Skip to content

Commit

Permalink
chore(release): 1.5.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.5.1](v1.5.0...v1.5.1) (2023-12-06)

### Bug Fixes

* update query to use topics instead of search string ([f9804b9](f9804b9))
* use correct length for fine-grained access token ([4257646](4257646))
* use nrlabs-viz in query ([f2eb8aa](f2eb8aa))
  • Loading branch information
nr-opensource-bot committed Dec 6, 2023
1 parent 72205a8 commit b3f15c6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.5.1](https://github.com/newrelic/nr1-catalog-manager/compare/v1.5.0...v1.5.1) (2023-12-06)


### Bug Fixes

* update query to use topics instead of search string ([f9804b9](https://github.com/newrelic/nr1-catalog-manager/commit/f9804b95eb5547de982cc7b616c8a09a590136e5))
* use correct length for fine-grained access token ([4257646](https://github.com/newrelic/nr1-catalog-manager/commit/42576467ed86c18f153d1bf56a169be5f8e3db2d))
* use nrlabs-viz in query ([f2eb8aa](https://github.com/newrelic/nr1-catalog-manager/commit/f2eb8aa43d1dcc9d4626b6ff7e8688d8ba1fb948))

# [1.5.0](https://github.com/newrelic/nr1-catalog-manager/compare/v1.4.1...v1.5.0) (2022-02-15)


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 @@ -2,7 +2,7 @@
"private": true,
"name": "nr1-catalog-manager",
"description": "Nerdpack template",
"version": "1.5.0",
"version": "1.5.1",
"scripts": {
"start": "nr1 nerdpack:serve",
"test": "exit 0",
Expand Down

0 comments on commit b3f15c6

Please sign in to comment.