Skip to content

Commit 4c581e1

Browse files
chore(release): v0.6.3
1 parent 25b5702 commit 4c581e1

3 files changed

Lines changed: 17 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
## [Unreleased]
33

44

5+
<a name="v0.6.3"></a>
6+
## [v0.6.3] - 2024-01-08
7+
### Chore
8+
- Upgrades dependencies to remove Critical and High vulnerabilities ([#104](https://github.com/GoodwayGroup/lib-hapi-rollbar/issues/104))
9+
10+
### Chore
11+
- **deps:** update all non-major dependencies ([#78](https://github.com/GoodwayGroup/lib-hapi-rollbar/issues/78))
12+
- **deps:** update dependency jest to v27 ([#79](https://github.com/GoodwayGroup/lib-hapi-rollbar/issues/79))
13+
14+
515
<a name="v0.6.2"></a>
616
## [v0.6.2] - 2021-05-13
717
### Bug Fixes
@@ -16,6 +26,7 @@
1626
- **deps:** update dependency eslint to v7.23.0 ([#71](https://github.com/GoodwayGroup/lib-hapi-rollbar/issues/71))
1727
- **deps:** update dependency husky to v5.2.0 ([#70](https://github.com/GoodwayGroup/lib-hapi-rollbar/issues/70))
1828
- **deps:** update all non-major dependencies ([#69](https://github.com/GoodwayGroup/lib-hapi-rollbar/issues/69))
29+
- **release:** v0.6.2
1930

2031

2132
<a name="v0.6.1"></a>
@@ -46,13 +57,13 @@
4657
## [v0.5.8] - 2021-03-08
4758
### Chore
4859
- **deps:** update dependency nock to v13.0.11 ([#66](https://github.com/GoodwayGroup/lib-hapi-rollbar/issues/66))
49-
- **deps:** update dependency husky to v4.3.7 ([#53](https://github.com/GoodwayGroup/lib-hapi-rollbar/issues/53))
5060
- **deps:** update hapijs monorepo ([#65](https://github.com/GoodwayGroup/lib-hapi-rollbar/issues/65))
51-
- **deps:** update dependency eslint to v7.17.0 ([#51](https://github.com/GoodwayGroup/lib-hapi-rollbar/issues/51))
5261
- **deps:** update dependency nock to v13.0.6 ([#56](https://github.com/GoodwayGroup/lib-hapi-rollbar/issues/56))
5362
- **deps:** update dependency husky to v4.3.8 ([#55](https://github.com/GoodwayGroup/lib-hapi-rollbar/issues/55))
5463
- **deps:** update dependency eslint to v7.18.0 ([#54](https://github.com/GoodwayGroup/lib-hapi-rollbar/issues/54))
64+
- **deps:** update dependency husky to v4.3.7 ([#53](https://github.com/GoodwayGroup/lib-hapi-rollbar/issues/53))
5565
- **deps:** update node.js to v12.20.1 ([#52](https://github.com/GoodwayGroup/lib-hapi-rollbar/issues/52))
66+
- **deps:** update dependency eslint to v7.17.0 ([#51](https://github.com/GoodwayGroup/lib-hapi-rollbar/issues/51))
5667
- **github action:** add Publish action
5768
- **renovate:** add extension for group:allNonMajor
5869

@@ -250,7 +261,8 @@ v0.2.0
250261
- rollout of the plugin
251262

252263

253-
[Unreleased]: https://github.com/GoodwayGroup/lib-hapi-rollbar/compare/v0.6.2...HEAD
264+
[Unreleased]: https://github.com/GoodwayGroup/lib-hapi-rollbar/compare/v0.6.3...HEAD
265+
[v0.6.3]: https://github.com/GoodwayGroup/lib-hapi-rollbar/compare/v0.6.2...v0.6.3
254266
[v0.6.2]: https://github.com/GoodwayGroup/lib-hapi-rollbar/compare/v0.6.1...v0.6.2
255267
[v0.6.1]: https://github.com/GoodwayGroup/lib-hapi-rollbar/compare/v0.6.0...v0.6.1
256268
[v0.6.0]: https://github.com/GoodwayGroup/lib-hapi-rollbar/compare/v0.5.8...v0.6.0

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@goodwaygroup/lib-hapi-rollbar",
3-
"version": "0.6.2",
3+
"version": "0.6.3",
44
"description": "Hapi plugin for Rollbar notifications",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)