Skip to content

Commit 60b3447

Browse files
chore(release): v1.2.0
1 parent e0a74df commit 60b3447

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22
## [Unreleased]
33

44

5+
<a name="v1.2.0"></a>
6+
## [v1.2.0] - 2021-03-19
7+
### Chore
8+
- **deps:** update dependency husky to v5
9+
- **deps:** update node.js to v14
10+
- **deps:** update all non-major dependencies ([#79](https://github.com/GoodwayGroup/lib-hapi-dogstatsd/issues/79))
11+
12+
### Features
13+
- **cd:** add push button release via github actions
14+
15+
516
<a name="v1.1.6"></a>
617
## [v1.1.6] - 2021-03-08
718
### Chore
@@ -280,7 +291,8 @@ v0.3.0
280291
- README and changed defaults
281292

282293

283-
[Unreleased]: https://github.com/GoodwayGroup/lib-hapi-dogstatsd/compare/v1.1.6...HEAD
294+
[Unreleased]: https://github.com/GoodwayGroup/lib-hapi-dogstatsd/compare/v1.2.0...HEAD
295+
[v1.2.0]: https://github.com/GoodwayGroup/lib-hapi-dogstatsd/compare/v1.1.6...v1.2.0
284296
[v1.1.6]: https://github.com/GoodwayGroup/lib-hapi-dogstatsd/compare/v1.1.5...v1.1.6
285297
[v1.1.5]: https://github.com/GoodwayGroup/lib-hapi-dogstatsd/compare/v1.1.4...v1.1.5
286298
[v1.1.4]: https://github.com/GoodwayGroup/lib-hapi-dogstatsd/compare/v1.1.3...v1.1.4

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-dogstatsd",
3-
"version": "1.1.6",
3+
"version": "1.2.0",
44
"description": "Hapi plugin for publishing route stats to DataDog",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)