diff --git a/apps/quote-oasis/CHANGELOG.md b/apps/quote-oasis/CHANGELOG.md new file mode 100644 index 0000000..b543c16 --- /dev/null +++ b/apps/quote-oasis/CHANGELOG.md @@ -0,0 +1,9 @@ + + +# 1.1.0 (2024-10-24) + + +### Features + +* create quote oasis app using python ([b2ab10e](https://github.com/murage-poc/kala/commit/b2ab10e456035e527209563944dc818c45384d45)) +* import and expose the release-it config to all apps and libraries ([73dc187](https://github.com/murage-poc/kala/commit/73dc1878862e97880eb6f8891e26484c210851dd)) diff --git a/apps/quote-oasis/package.json b/apps/quote-oasis/package.json index 0f584f7..3ff68b7 100644 --- a/apps/quote-oasis/package.json +++ b/apps/quote-oasis/package.json @@ -1,6 +1,6 @@ { "name": "quote-oasis", - "version": "1.0.0", + "version": "1.1.0", "description": "Dive into world of random quotes", "type": "module", "scripts": {