Skip to content

Commit

Permalink
chore(release): 4.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.0.0](v3.0.0...v4.0.0) (2021-05-30)

### Bug Fixes

* **monitoring:** missing default values make parameters mandatory ([150031c](150031c))
* **monitoring:** missing default values make parameters mandatory ([ff64808](ff64808))
* **monitoring:** set newrelic_frequency default back to 0 ([5019072](5019072))
* **monitoring:** set newrelic_frequency default back to 15 ([2193234](2193234))

### BREAKING CHANGES

* **monitoring:** new API (see #203)
  • Loading branch information
semantic-release-bot committed May 30, 2021
1 parent 8c0ac7c commit 4845023
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [4.0.0](https://github.com/adobe/helix-ops/compare/v3.0.0...v4.0.0) (2021-05-30)


### Bug Fixes

* **monitoring:** missing default values make parameters mandatory ([150031c](https://github.com/adobe/helix-ops/commit/150031c52d11483e91ef8a834ae36ef7552cee1a))
* **monitoring:** missing default values make parameters mandatory ([ff64808](https://github.com/adobe/helix-ops/commit/ff6480820d9a4fa6108bcdb7af3185f6e082701a))
* **monitoring:** set newrelic_frequency default back to 0 ([5019072](https://github.com/adobe/helix-ops/commit/5019072a8d27698b9334694a98e16bb4b23779cc))
* **monitoring:** set newrelic_frequency default back to 15 ([2193234](https://github.com/adobe/helix-ops/commit/2193234ea236ef3dea81d923137060394ec668d9))


### BREAKING CHANGES

* **monitoring:** new API (see https://github.com/adobe/helix-ops/issues/203)

# [3.0.0](https://github.com/adobe/helix-ops/compare/v2.2.3...v3.0.0) (2021-05-30)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adobe/helix-ops",
"version": "3.0.0",
"version": "4.0.0",
"description": "Operational tooling for Project Helix services",
"bin": {
"newrelic": "src/newrelic.js",
Expand Down

0 comments on commit 4845023

Please sign in to comment.