diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d7b8934..19a0551 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - "apps/unified": "1.0.0", + "apps/unified": "1.1.0", "apps/login": "1.0.0" } \ No newline at end of file diff --git a/apps/unified/CHANGELOG.md b/apps/unified/CHANGELOG.md new file mode 100644 index 0000000..9a40779 --- /dev/null +++ b/apps/unified/CHANGELOG.md @@ -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)) diff --git a/apps/unified/package.json b/apps/unified/package.json index 67beb89..32cc2a0 100644 --- a/apps/unified/package.json +++ b/apps/unified/package.json @@ -1,6 +1,6 @@ { "name": "unified", - "version": "0.1.0", + "version": "1.1.0", "private": true, "scripts": { "dev": "next dev",