diff --git a/packages/www/CHANGELOG.md b/packages/www/CHANGELOG.md index 2c22bc0..568a7b6 100644 --- a/packages/www/CHANGELOG.md +++ b/packages/www/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.0](https://github.com/philostler/philostler.com/compare/www-1.1.0...www-1.2.0) (2024-04-08) + + +### Features + +* add logged version output ([d6d018b](https://github.com/philostler/philostler.com/commit/d6d018badb31eb6975a05464b0cc5b96fc6c24be)) + ## [1.1.0](https://github.com/philostler/philostler.com/compare/www-v1.0.0...www-1.1.0) (2024-04-07) diff --git a/packages/www/package.json b/packages/www/package.json index 7600a6f..25e3300 100644 --- a/packages/www/package.json +++ b/packages/www/package.json @@ -1,6 +1,6 @@ { "name": "@philostler.com/www", - "version": "1.1.0", + "version": "1.2.0", "private": true, "scripts": { "build": "next build", diff --git a/release-manifest.json b/release-manifest.json index ad3546e..2f61e9e 100644 --- a/release-manifest.json +++ b/release-manifest.json @@ -1,3 +1,3 @@ { - "packages/www": "1.1.0" + "packages/www": "1.2.0" }