From 50dd154da8ad693433d225f07c90959141f507cd Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 30 Mar 2024 06:28:14 +0000 Subject: [PATCH] chore(release): 1.5.0 [skip ci] # [1.5.0](https://github.com/robsonos/nordic-dfu/compare/v1.4.0...v1.5.0) (2024-03-30) * Merge pull request #11 from robsonos/dev ([44ba9e6](https://github.com/robsonos/nordic-dfu/commit/44ba9e65aa7ec0c779e5a7dcbd574c5bad7691c6)), closes [#11](https://github.com/robsonos/nordic-dfu/issues/11) ### Features :sparkles: * update dfu library ([951dc52](https://github.com/robsonos/nordic-dfu/commit/951dc5267b84f54ff14dbe6c3be06ed544088a00)) --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1972b31..1f984aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# [1.5.0](https://github.com/robsonos/nordic-dfu/compare/v1.4.0...v1.5.0) (2024-03-30) + + +* Merge pull request #11 from robsonos/dev ([44ba9e6](https://github.com/robsonos/nordic-dfu/commit/44ba9e65aa7ec0c779e5a7dcbd574c5bad7691c6)), closes [#11](https://github.com/robsonos/nordic-dfu/issues/11) + + +### Features :sparkles: + +* update dfu library ([951dc52](https://github.com/robsonos/nordic-dfu/commit/951dc5267b84f54ff14dbe6c3be06ed544088a00)) + # [1.4.0](https://github.com/robsonos/nordic-dfu/compare/v1.3.0...v1.4.0) (2024-01-14) diff --git a/package.json b/package.json index d30ffae..dff3b12 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "capacitor-community-nordic-dfu", - "version": "1.4.0", + "version": "1.5.0", "description": "Nordic DFU OTA integration for Capacitor", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js",