diff --git a/packages/financial-calculate/CHANGELOG.md b/packages/financial-calculate/CHANGELOG.md index ac97a1b..7a19882 100644 --- a/packages/financial-calculate/CHANGELOG.md +++ b/packages/financial-calculate/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.0-alpha.2](https://github.com/the-nexim/nanolib/compare/@nexim/financial-calculate@1.0.0-alpha.1...@nexim/financial-calculate@1.0.0-alpha.2) (2025-01-11) + +### Features + +* **financial-calculating:** add `calculateDiscountParentage` method ([#33](https://github.com/the-nexim/nanolib/issues/33)) ([7e61430](https://github.com/the-nexim/nanolib/commit/7e614304c5957aa64489a0159e7e0c7caf4856e6)) by @arashagp + ## [1.0.0-alpha.1](https://github.com/the-nexim/nanolib/compare/@nexim/financial-calculate@1.0.0-alpha.0...@nexim/financial-calculate@1.0.0-alpha.1) (2025-01-09) **Note:** Version bump only for package @nexim/financial-calculate diff --git a/packages/financial-calculate/package.json b/packages/financial-calculate/package.json index d48758b..d80c4dc 100644 --- a/packages/financial-calculate/package.json +++ b/packages/financial-calculate/package.json @@ -1,6 +1,6 @@ { "name": "@nexim/financial-calculate", - "version": "1.0.0-alpha.1", + "version": "1.0.0-alpha.2", "description": "Provides a set of utils to handle common financial operations.", "keywords": [ "financial", diff --git a/packages/service-worker/CHANGELOG.md b/packages/service-worker/CHANGELOG.md index 5925f74..c475acb 100644 --- a/packages/service-worker/CHANGELOG.md +++ b/packages/service-worker/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.4](https://github.com/the-nexim/nanolib/compare/@nexim/service-worker@1.0.3...@nexim/service-worker@1.0.4) (2025-01-11) + +**Note:** Version bump only for package @nexim/service-worker + ## [1.0.3](https://github.com/the-nexim/nanolib/compare/@nexim/service-worker@1.0.2...@nexim/service-worker@1.0.3) (2025-01-09) ### Bug Fixes diff --git a/packages/service-worker/package.json b/packages/service-worker/package.json index c42aad8..b142bed 100644 --- a/packages/service-worker/package.json +++ b/packages/service-worker/package.json @@ -1,6 +1,6 @@ { "name": "@nexim/service-worker", - "version": "1.0.3", + "version": "1.0.4", "description": "Utilities to simplify the usage of service workers in your web applications.", "keywords": [ "worker",