Skip to content

Commit

Permalink
chore(release): v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 19, 2021
1 parent e0a74df commit 60b3447
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
## [Unreleased]


<a name="v1.2.0"></a>
## [v1.2.0] - 2021-03-19
### Chore
- **deps:** update dependency husky to v5
- **deps:** update node.js to v14
- **deps:** update all non-major dependencies ([#79](https://github.com/GoodwayGroup/lib-hapi-dogstatsd/issues/79))

### Features
- **cd:** add push button release via github actions


<a name="v1.1.6"></a>
## [v1.1.6] - 2021-03-08
### Chore
Expand Down Expand Up @@ -280,7 +291,8 @@ v0.3.0
- README and changed defaults


[Unreleased]: https://github.com/GoodwayGroup/lib-hapi-dogstatsd/compare/v1.1.6...HEAD
[Unreleased]: https://github.com/GoodwayGroup/lib-hapi-dogstatsd/compare/v1.2.0...HEAD
[v1.2.0]: https://github.com/GoodwayGroup/lib-hapi-dogstatsd/compare/v1.1.6...v1.2.0
[v1.1.6]: https://github.com/GoodwayGroup/lib-hapi-dogstatsd/compare/v1.1.5...v1.1.6
[v1.1.5]: https://github.com/GoodwayGroup/lib-hapi-dogstatsd/compare/v1.1.4...v1.1.5
[v1.1.4]: https://github.com/GoodwayGroup/lib-hapi-dogstatsd/compare/v1.1.3...v1.1.4
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
@@ -1,6 +1,6 @@
{
"name": "@goodwaygroup/lib-hapi-dogstatsd",
"version": "1.1.6",
"version": "1.2.0",
"description": "Hapi plugin for publishing route stats to DataDog",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 60b3447

Please sign in to comment.