Skip to content
This repository has been archived by the owner on Dec 8, 2023. It is now read-only.

Commit

Permalink
chore(release): 1.9.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.9.1](v1.9.0...v1.9.1) (2021-12-07)

### Bug Fixes

* change 'OR' to 'AND' in if stmt ([f17e58e](f17e58e))
* eslint errors ([1c62cf7](1c62cf7))
* Trigger release and changelog generation (via GH Actions) ([abad53d](abad53d))
* Trigger release with GH Actions ([b332a38](b332a38))
  • Loading branch information
nr-opensource-bot committed Dec 7, 2021
1 parent 709ca91 commit c79a027
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [1.9.1](https://github.com/newrelic/nr1-slo-r/compare/v1.9.0...v1.9.1) (2021-12-07)


### Bug Fixes

* change 'OR' to 'AND' in if stmt ([f17e58e](https://github.com/newrelic/nr1-slo-r/commit/f17e58e9d13dad923b8d97b09925cd75c73263e6))
* eslint errors ([1c62cf7](https://github.com/newrelic/nr1-slo-r/commit/1c62cf7e60c141a5dd468e9690da83af6f0c33cb))
* Trigger release and changelog generation (via GH Actions) ([abad53d](https://github.com/newrelic/nr1-slo-r/commit/abad53df3cfdcb9236fe40b85b1f474d936e947d))
* Trigger release with GH Actions ([b332a38](https://github.com/newrelic/nr1-slo-r/commit/b332a38ac4738c5ce3c22bc7ebedf11adffc67df))

# [1.9.0](https://github.com/newrelic/nr1-slo-r/compare/v1.8.1...v1.9.0) (2021-11-05)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"name": "nr1-slo-r",
"description": "Nerdpack nr1-slo-r",
"version": "1.9.0",
"version": "1.9.1",
"scripts": {
"start": "nr1 nerdpack:serve",
"test": "exit 0",
Expand Down

0 comments on commit c79a027

Please sign in to comment.