From 989a052198341c284b960f5d053d73a427fcfc0e Mon Sep 17 00:00:00 2001 From: Swarup Karavadi Date: Sat, 8 Jun 2024 23:44:36 +0200 Subject: [PATCH] chore(main): release 1.1.0 --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9434927..c58bde3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [1.1.0](https://github.com/swazza/express-gp/compare/v1.0.0...v1.1.0) (2024-06-08) + + +### Features + +* added docker container related files ([#8](https://github.com/swazza/express-gp/issues/8)) ([df20f8b](https://github.com/swazza/express-gp/commit/df20f8b1591ec3ddbdddc809b2df5b3905c2a655)) +* added prettier code formatter ([#4](https://github.com/swazza/express-gp/issues/4)) ([5a4c73e](https://github.com/swazza/express-gp/commit/5a4c73e3a580f788274f8ebf81b46fc266980504)) +* enable dependabot version updates ([#6](https://github.com/swazza/express-gp/issues/6)) ([4caa487](https://github.com/swazza/express-gp/commit/4caa4874cbeeb33d8d3601fddd8074f346bb48f7)) +* enabled testing as part of local dev & ci workflow ([#7](https://github.com/swazza/express-gp/issues/7)) ([918b87c](https://github.com/swazza/express-gp/commit/918b87c10d2e3b34ab11991e78a11e7b9973ff6f)) + + +### Bug Fixes + +* not sending tags & labels ([#13](https://github.com/swazza/express-gp/issues/13)) ([7001be2](https://github.com/swazza/express-gp/commit/7001be2baf42a1466ca87af2186ca663264924d1)) +* use vars to access variables instead of env in the workflow ([#12](https://github.com/swazza/express-gp/issues/12)) ([ca58ffe](https://github.com/swazza/express-gp/commit/ca58ffeac112c55ab98a03b9c5b493a4ca94bedb)) + ## 1.0.0 (2024-06-04) ### Features