From 0c3311b74c0789f68c431dfefb819a5a34af2155 Mon Sep 17 00:00:00 2001 From: Andrij Orlenko <94047334+lotyp@users.noreply.github.com> Date: Fri, 10 Mar 2023 11:25:08 +0200 Subject: [PATCH] chore(master): release 1.11.0 --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c478127..933aaf1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [1.11.0](https://github.com/wayofdev/docker-node/compare/v1.10.0...v1.11.0) (2023-03-10) + + +### Features + +* add actionlint ([8ec6f06](https://github.com/wayofdev/docker-node/commit/8ec6f06051b6774c647c35117b3af4eacfa6cfb2)) +* auto-merge releases ([5cd38be](https://github.com/wayofdev/docker-node/commit/5cd38be3930cfa6ef56955d680c6b091711b796d)) + + +### Bug Fixes + +* also auto-merge if pr was created previously ([39636aa](https://github.com/wayofdev/docker-node/commit/39636aa1532ce0e61b69dc568ccada60929217ac)) +* also auto-merge if pr was created previously ([35ec004](https://github.com/wayofdev/docker-node/commit/35ec004343d8cd55fe3529eb5e417c6d444bfb89)) +* remove unused dependabot ([09bf338](https://github.com/wayofdev/docker-node/commit/09bf3383c9582a5642b1bbea97cdb94e5ec4ff48)) + ## [1.10.0](https://github.com/wayofdev/docker-node/compare/v1.9.0...v1.10.0) (2023-03-09) diff --git a/package.json b/package.json index 21743e0..ede1a1a 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.10.0", + "version": "1.11.0", "repository": { "url": "https://github.com/wayofdev/docker-node.git" },