Skip to content

Commit

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

### Bug Fixes 🐛

* fix releaserc ([db82936](db82936))

### ci

* update release secrets ([44e625d](44e625d))

* Merge pull request #8 from robsonos/dev ([e45dc61](e45dc61)), closes [#8](#8)
  • Loading branch information
semantic-release-bot committed Dec 19, 2023
1 parent e45dc61 commit 4ad4ba3
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## [1.2.1](https://github.com/robsonos/nordic-dfu/compare/v1.2.0...v1.2.1) (2023-12-19)


### Bug Fixes :bug:

* fix releaserc ([db82936](https://github.com/robsonos/nordic-dfu/commit/db82936e1f0739e536de9c2d95937c54da10138e))


### ci

* update release secrets ([44e625d](https://github.com/robsonos/nordic-dfu/commit/44e625d3dd87ae3b1f1343cbfe4a19544f543b80))


* Merge pull request #8 from robsonos/dev ([e45dc61](https://github.com/robsonos/nordic-dfu/commit/e45dc61caa81d25d3dfe01f666fca3811b6aca3a)), closes [#8](https://github.com/robsonos/nordic-dfu/issues/8)

# [1.2.0](https://github.com/robsonos/nordic-dfu/compare/v1.1.0...v1.2.0) (2023-12-19)


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

0 comments on commit 4ad4ba3

Please sign in to comment.