We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 15767fb + 98d6865 commit afca6b4Copy full SHA for afca6b4
3 files changed
.release-please-manifest.json
@@ -1,5 +1,5 @@
1
{
2
- ".": "1.1.0",
+ ".": "1.2.0",
3
"apps/app": "1.0.0",
4
"apps/first-app": "1.0.0",
5
"apps/second-app": "1.0.0"
CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [1.2.0](https://github.com/kristianjokela/rel-please-test/compare/v1.1.0...v1.2.0) (2023-01-05)
+
6
+### Features
7
8
+* add manifest ([e492094](https://github.com/kristianjokela/rel-please-test/commit/e49209457d7a4f9648d32c35be9654536a2b9897))
9
10
## [1.1.0](https://github.com/kristianjokela/rel-please-test/compare/v1.0.0...v1.1.0) (2023-01-05)
11
12
package.json
@@ -1,6 +1,6 @@
"name": "test",
- "version": "1.1.0",
+ "version": "1.2.0",
"description": "testing testing",
"main": "index.js",
"scripts": {
0 commit comments