Skip to content

Commit a27610e

Browse files
authored
Merge pull request #6 from it-harrison/release-please--branches--master
chore: release master
2 parents 245d5d3 + 5d0f3ce commit a27610e

File tree

4 files changed

+25
-2
lines changed

4 files changed

+25
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"1.0.1","packages/pack-a":"1.0.0","packages/pack-b":"1.0.0"}
1+
{".":"2.0.0","packages/pack-a":"1.0.0","packages/pack-b":"1.0.0","packages/pack-c":"1.0.0"}

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [2.0.0](https://github.com/it-harrison/repoman/compare/repoman-v1.0.1...repoman-v2.0.0) (2023-11-21)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* important message from package c
9+
10+
### Bug Fixes
11+
12+
* important message from package c ([bcfaa55](https://github.com/it-harrison/repoman/commit/bcfaa55329cdfec97cbf0991094c10bcf7e3b9d9))
13+
314
## [1.0.1](https://github.com/it-harrison/repoman/compare/repoman-v1.0.0...repoman-v1.0.1) (2023-11-21)
415

516

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "repoman",
3-
"version": "1.0.1",
3+
"version": "2.0.0",
44
"main": "index.js",
55
"repository": "[email protected]:it-harrison/repoman.git",
66
"author": "Ian <[email protected]>",

packages/pack-c/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Changelog
2+
3+
## 1.0.0 (2023-11-21)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* important message from package c
9+
10+
### Bug Fixes
11+
12+
* important message from package c ([bcfaa55](https://github.com/it-harrison/repoman/commit/bcfaa55329cdfec97cbf0991094c10bcf7e3b9d9))

0 commit comments

Comments
 (0)