From c7f50cea43fe8e8356146ee589265067909d0ba7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nic=C3=A1cio=20Oliveira?= Date: Wed, 27 Oct 2021 19:39:04 -0300 Subject: [PATCH 1/2] teste de apresentacao --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3ff5f5a..17277ab 100644 --- a/README.md +++ b/README.md @@ -122,3 +122,5 @@ Artifacts In this schematics, you see a default flows of the exposed cases ![](./GCI.drawio.svg) + +blablabla From 6db9c40acfc084d3b739006511f17972fcc7ef80 Mon Sep 17 00:00:00 2001 From: GitHub actions Date: Wed, 27 Oct 2021 22:52:27 +0000 Subject: [PATCH 2/2] Prepare release 1.0.3 --- CHANGELOG.md | 6 +++++- package.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 856882c..37303c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.3] - 2021-10-27 + ## [1.0.2] - 2021-10-22 ### Added @@ -41,6 +43,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [1.0.1]: https://github.com/nicacioliveira/gactions-cicd-boilerplate/compare/1.0.0...1.0.1 -[Unreleased]: https://github.com/nicacioliveira/gactions-cicd-boilerplate/compare/1.0.2...HEAD +[Unreleased]: https://github.com/nicacioliveira/gactions-cicd-boilerplate/compare/1.0.3...HEAD + +[1.0.3]: https://github.com/nicacioliveira/gactions-cicd-boilerplate/compare/1.0.2...1.0.3 [1.0.2]: https://github.com/nicacioliveira/gactions-cicd-boilerplate/compare/1.0.1...1.0.2 diff --git a/package.json b/package.json index eeb8a48..21270d8 100644 --- a/package.json +++ b/package.json @@ -35,5 +35,5 @@ "ts-node-dev": "^1.1.8", "tsconfig-paths": "^3.11.0" }, - "version": "1.0.2" + "version": "1.0.3" }