From ca52fc42021aa3d829af02ec72b60d7678317f9e Mon Sep 17 00:00:00 2001 From: Rafal Galka Date: Mon, 19 Aug 2024 19:28:05 +0200 Subject: [PATCH] release: v0.0.4 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15a5522..89a3c30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## [0.0.4](https://github.com/coldrun/monorepo-typescript/compare/v0.0.3...v0.0.4) (2024-08-19) + +### Bug Fixes + +- **ci:** github pages base url ([4a6242f](https://github.com/coldrun/monorepo-typescript/commit/4a6242f0b047daeba02e62bf2e379810f1ecb29b)) +- **ci:** github pages base url ([938ac7e](https://github.com/coldrun/monorepo-typescript/commit/938ac7e04d5c022763b577b7e2524163e17a2690)) +- **ci:** multiple versions of pnpm specified ([c73bbba](https://github.com/coldrun/monorepo-typescript/commit/c73bbbad27ba7ba54be1fb0ce91b85617e2b06a4)) + +### Features + +- **ci:** deploy to github pages ([0948391](https://github.com/coldrun/monorepo-typescript/commit/0948391a5ebb7f307b499ac44529908f1973a032)) +- **docker:** add docker-compose.yml ([fba820d](https://github.com/coldrun/monorepo-typescript/commit/fba820dc4028de57f0f873c3d7f6d0f8b6231509)) + ## [0.0.3](https://github.com/coldrun/monorepo-typescript/compare/v0.0.2...v0.0.3) (2024-01-03) ### Bug Fixes diff --git a/package.json b/package.json index 311fdf0..13ea847 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@coldrun/monorepo-typescript", "private": true, - "version": "0.0.3", + "version": "0.0.4", "author": "Coldrun ", "type": "module", "packageManager": "pnpm@9.7.0",