Skip to content

Commit

Permalink
chore(release): 1.7.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.7.0](v1.6.0...v1.7.0) (2020-03-25)

### Bug Fixes

* **monitor_script:** guard against runtime errors ([059260d](059260d)), closes [#48](#48)

### Features

* **monitoring:** throw if activation statusCode is not 200 ([5ccfcec](5ccfcec))
  • Loading branch information
semantic-release-bot committed Mar 25, 2020
1 parent 7ec1ac7 commit 8fe3390
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.7.0](https://github.com/adobe/helix-ops/compare/v1.6.0...v1.7.0) (2020-03-25)


### Bug Fixes

* **monitor_script:** guard against runtime errors ([059260d](https://github.com/adobe/helix-ops/commit/059260dac3a4cbcd5bbc799584558b4f5b82e1bf)), closes [#48](https://github.com/adobe/helix-ops/issues/48)


### Features

* **monitoring:** throw if activation statusCode is not 200 ([5ccfcec](https://github.com/adobe/helix-ops/commit/5ccfcec2aa850e0a0a17960c1a1007ea4f0be1db))

# [1.6.0](https://github.com/adobe/helix-ops/compare/v1.5.0...v1.6.0) (2020-03-20)


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": "1.6.0",
"version": "1.7.0",
"description": "Operational tooling for Project Helix services",
"bin": {
"newrelic": "src/newrelic.js",
Expand Down

0 comments on commit 8fe3390

Please sign in to comment.