Skip to content

Commit d0dd56c

Browse files
authored
Merge pull request #4 from it-harrison/release-please--branches--master
chore: release master
2 parents 419318c + 9551b1e commit d0dd56c

File tree

4 files changed

+17
-2
lines changed

4 files changed

+17
-2
lines changed

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## [1.0.1](https://github.com/it-harrison/repoman/compare/repoman-v1.0.0...repoman-v1.0.1) (2023-11-21)
4+
5+
6+
### Bug Fixes
7+
8+
* pack-b fix ([485d38e](https://github.com/it-harrison/repoman/commit/485d38e79ea7df076a7e4cf8d092c4d97e690455))
9+
310
## 1.0.0 (2023-11-21)
411

512

package.json

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

packages/pack-b/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## 1.0.0 (2023-11-21)
4+
5+
6+
### Bug Fixes
7+
8+
* pack-b fix ([485d38e](https://github.com/it-harrison/repoman/commit/485d38e79ea7df076a7e4cf8d092c4d97e690455))

0 commit comments

Comments
 (0)