Skip to content

Commit

Permalink
chore(release): 1.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.2.0](v1.1.0...v1.2.0) (2023-12-19)

### Bug Fixes 🐛

* fix wrong version in API ([345f6b4](345f6b4))

### ci

* add example build CI ([df91ce0](df91ce0))
* add husky and commit-lint integration ([bb013c4](bb013c4))
* add skip hook for husky on CI environments ([950f98f](950f98f))
* update release notes generator ([75dbce5](75dbce5))

* Merge pull request #6 from robsonos/dev ([2e0fc72](2e0fc72)), closes [#6](#6)

### Features ✨

* update dependencies ([6a51572](6a51572))
* update example dependencies ([9460dae](9460dae))
* update example to angular v17 and ionic v7.5 ([5aaedbe](5aaedbe))
  • Loading branch information
semantic-release-bot committed Dec 19, 2023
1 parent 2e0fc72 commit a9fb3d4
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit a9fb3d4

Please sign in to comment.