Skip to content

Commit

Permalink
chore(release): 0.13.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.13.0](v0.12.3...v0.13.0) (2022-02-24)

### Bug Fixes

* deprecated 'accountId' to 'accountIds' ([d656454](d656454))

### Features

* upgrade to node 16 ([1d9205f](1d9205f))
  • Loading branch information
nr-opensource-bot committed Feb 24, 2022
1 parent ba4015a commit 2a6732d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [0.13.0](https://github.com/newrelic/nr1-metrics-aggregator/compare/v0.12.3...v0.13.0) (2022-02-24)


### Bug Fixes

* deprecated 'accountId' to 'accountIds' ([d656454](https://github.com/newrelic/nr1-metrics-aggregator/commit/d6564545750949800c0306e6a14111bb6942d986))


### Features

* upgrade to node 16 ([1d9205f](https://github.com/newrelic/nr1-metrics-aggregator/commit/1d9205f945932cc96dee165b9c81c62425dc97b9))

## [0.12.3](https://github.com/newrelic/nr1-metrics-aggregator/compare/v0.12.2...v0.12.3) (2022-02-11)


Expand Down
4 changes: 2 additions & 2 deletions 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 @@ -24,7 +24,7 @@
"email": "ward@newrelic.com"
}
],
"version": "0.12.3",
"version": "0.13.0",
"scripts": {
"start": "nr1 nerdpack:serve",
"test": "exit 0",
Expand Down

0 comments on commit 2a6732d

Please sign in to comment.