diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b21ec84..293c063 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - ".": "1.1.1", + ".": "1.2.0", "maven-workspace/multi1": "0.2.0", "maven-workspace/multi2": "0.1.0", "maven-workspace/bom": "0.1.2" diff --git a/CHANGELOG.md b/CHANGELOG.md index 729c7d2..3dadaa8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## [1.2.0](https://github.com/chingor13/release-please-playground/compare/v1.1.1...v1.2.0) (2023-12-12) + + +### Features + +* add Java1 library ([#9](https://github.com/chingor13/release-please-playground/issues/9)) ([0d15018](https://github.com/chingor13/release-please-playground/commit/0d150184ddfff44e0256baa3834ab20d4dfeaef0)) +* add new README ([9391f1b](https://github.com/chingor13/release-please-playground/commit/9391f1bcccfdbd4abf25040b263e80feea36b342)) +* initial nodejs root package ([ad92d06](https://github.com/chingor13/release-please-playground/commit/ad92d06eec46f7e1fc628e7500af46f97b93617f)) +* update rp.yml to v4 ([#45](https://github.com/chingor13/release-please-playground/issues/45)) ([6cd1c7b](https://github.com/chingor13/release-please-playground/commit/6cd1c7bce35ccd550265292fb9984ab804699b59)) + + +### Bug Fixes + +* add missing files ([a66da8d](https://github.com/chingor13/release-please-playground/commit/a66da8d943642276f7b8f9f0c33c48e6c36a017f)) +* bootstrap releases for path: . ([#6](https://github.com/chingor13/release-please-playground/issues/6)) ([18c5488](https://github.com/chingor13/release-please-playground/commit/18c54885923fedc6871f9f82baa247d0d41d6ecb)) +* configure maven-workspace ([e1ae851](https://github.com/chingor13/release-please-playground/commit/e1ae85128c88598afdd2770704de5799737cfe45)) +* fix action reference ([b9ffba6](https://github.com/chingor13/release-please-playground/commit/b9ffba6f0e847243fae6325cfbc5c4094aa16fe3)) +* render all imagesets as <picture> elements ([55c22b9](https://github.com/chingor13/release-please-playground/commit/55c22b9d35aa30dd31a178dd34a6cdefc0020196)) +* try separating config ([88d6170](https://github.com/chingor13/release-please-playground/commit/88d61705a36a0e34ddf964873dfc50072e8d9aac)) +* update docs ([#2](https://github.com/chingor13/release-please-playground/issues/2)) ([da2aaa7](https://github.com/chingor13/release-please-playground/commit/da2aaa77824cb469b335ba57783a9a3eadf53643)) +* update property ([#13](https://github.com/chingor13/release-please-playground/issues/13)) ([7ab7bcf](https://github.com/chingor13/release-please-playground/commit/7ab7bcf4dd9eaca1d3ebc30d7e8f3a414c6d58cf)) + ### [1.1.1](https://github.com/chingor13/release-please-playground/compare/release-please-playground-v1.1.0...release-please-playground-v1.1.1) (2021-12-29) diff --git a/package.json b/package.json index abbe376..1b15eb6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "release-please-playground", - "version": "1.1.1", + "version": "1.2.0", "description": "Testing package", "main": "index.js", "scripts": {