Skip to content

Commit

Permalink
chore(release): 1.6.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.6.0](v1.5.0...v1.6.0) (2024-05-25)

### build

* fix github actions ([01decd1](01decd1))
* update environment dependencies ([da1b1ac](da1b1ac))
* update example dependencies ([b7341b5](b7341b5))
* update plugin node dependencies ([d9ae875](d9ae875))

* Merge pull request #12 from robsonos/dev ([9a9af66](9a9af66)), closes [#12](#12)

### Features ✨

* update capacitor version ([fe6d3ce](fe6d3ce))
* update mobile platform dependencies ([4c0e91a](4c0e91a))
  • Loading branch information
semantic-release-bot committed May 25, 2024
1 parent 9a9af66 commit 4fffdc2
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# [1.6.0](https://github.com/robsonos/nordic-dfu/compare/v1.5.0...v1.6.0) (2024-05-25)


### build

* fix github actions ([01decd1](https://github.com/robsonos/nordic-dfu/commit/01decd11c7b6b300ef5efa6047ed84af83927221))
* update environment dependencies ([da1b1ac](https://github.com/robsonos/nordic-dfu/commit/da1b1ac97bed82cce38316360dca8c2b4850f0e0))
* update example dependencies ([b7341b5](https://github.com/robsonos/nordic-dfu/commit/b7341b54a98e7885946e3fdad9bcf9c8fbe85871))
* update plugin node dependencies ([d9ae875](https://github.com/robsonos/nordic-dfu/commit/d9ae875ea2f8929673b4a4a76b4043697b965f81))


* Merge pull request #12 from robsonos/dev ([9a9af66](https://github.com/robsonos/nordic-dfu/commit/9a9af66df753d2fbfd8135dc32d50b075916975b)), closes [#12](https://github.com/robsonos/nordic-dfu/issues/12)


### Features :sparkles:

* update capacitor version ([fe6d3ce](https://github.com/robsonos/nordic-dfu/commit/fe6d3ce312201e1aa37d9e0ffdfc679c4491ac85))
* update mobile platform dependencies ([4c0e91a](https://github.com/robsonos/nordic-dfu/commit/4c0e91a2fbaf3a1d393c6db89452a76e5f94b2f3))

# [1.5.0](https://github.com/robsonos/nordic-dfu/compare/v1.4.0...v1.5.0) (2024-03-30)


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.5.0",
"version": "1.6.0",
"description": "Nordic DFU OTA integration for Capacitor",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit 4fffdc2

Please sign in to comment.