Skip to content

Commit

Permalink
Merge pull request #9 from MartinLupa/release-please--branches--master
Browse files Browse the repository at this point in the history
chore: release master
  • Loading branch information
MartinLupa authored Dec 11, 2024
2 parents af6346d + cfae40f commit c2ac97e
Show file tree
Hide file tree
Showing 3 changed files with 10 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,4 +1,4 @@
{
"apps/unified": "1.0.0",
"apps/unified": "1.1.0",
"apps/login": "1.0.0"
}
8 changes: 8 additions & 0 deletions apps/unified/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## [1.1.0](https://github.com/MartinLupa/github-actions-ci-cd/compare/unified-v1.0.0...unified-v1.1.0) (2024-12-11)


### Features

* add dummy change to test release ([866bfc7](https://github.com/MartinLupa/github-actions-ci-cd/commit/866bfc725c0b1000a2676db1524e8bd171ec24fe))
2 changes: 1 addition & 1 deletion apps/unified/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unified",
"version": "0.1.0",
"version": "1.1.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit c2ac97e

Please sign in to comment.