Skip to content

Commit

Permalink
chore(main): release 1.2.0 (#50)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Dec 12, 2023
1 parent e677d42 commit 62a780d
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 &lt;picture&gt; 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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "release-please-playground",
"version": "1.1.1",
"version": "1.2.0",
"description": "Testing package",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 62a780d

Please sign in to comment.