diff --git a/CHANGELOG.md b/CHANGELOG.md index d64bc73..b13ab03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,28 @@ +# [1.2.0](https://github.com/robsonos/nordic-dfu/compare/v1.1.0...v1.2.0) (2023-12-19) + + +### Bug Fixes :bug: + +* fix wrong version in API ([345f6b4](https://github.com/robsonos/nordic-dfu/commit/345f6b4570f3422e971110671a386097764f49de)) + + +### ci + +* add example build CI ([df91ce0](https://github.com/robsonos/nordic-dfu/commit/df91ce0e6633c57b64df25f097c5dbb03309609a)) +* add husky and commit-lint integration ([bb013c4](https://github.com/robsonos/nordic-dfu/commit/bb013c458dc4129756f2a2301d5bfba6c498c6b7)) +* add skip hook for husky on CI environments ([950f98f](https://github.com/robsonos/nordic-dfu/commit/950f98f4e586455364b547794dcd8fd114c43f6e)) +* update release notes generator ([75dbce5](https://github.com/robsonos/nordic-dfu/commit/75dbce5276087b5b7bf98300854546c2128f942e)) + + +* Merge pull request #6 from robsonos/dev ([2e0fc72](https://github.com/robsonos/nordic-dfu/commit/2e0fc7252edf819c60d0639bd0455eb451f6ff0e)), closes [#6](https://github.com/robsonos/nordic-dfu/issues/6) + + +### Features :sparkles: + +* update dependencies ([6a51572](https://github.com/robsonos/nordic-dfu/commit/6a51572737c787df3f702f11fc785765568e0aef)) +* update example dependencies ([9460dae](https://github.com/robsonos/nordic-dfu/commit/9460dae258609d747bc8f4ce51e671cdeb9dbe45)) +* update example to angular v17 and ionic v7.5 ([5aaedbe](https://github.com/robsonos/nordic-dfu/commit/5aaedbefdd9ae470fdd8c800cca01e40aa0384c9)) + # [1.1.0](https://github.com/robsonos/nordic-dfu/compare/v1.0.0...v1.1.0) (2023-12-18) diff --git a/package.json b/package.json index 965b3d0..6175a66 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "capacitor-community-nordic-dfu", - "version": "1.1.0", + "version": "1.2.0", "description": "Nordic DFU OTA integration for Capacitor", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js",