diff --git a/CHANGELOG.md b/CHANGELOG.md index abae422..49250d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.1](https://github.com/ionic-team/capacitor-barcode-scanner/compare/v1.0.0...v1.0.1) (2024-05-16) + + +### Bug Fixes + +* use defaults where needed ([59d9fc5](https://github.com/ionic-team/capacitor-barcode-scanner/commit/59d9fc5b1eb8fe65a3a1fd6d8cf361666d27154f)) + + + + + # [1.0.0](https://github.com/ionic-team/capacitor-barcode-scanner/compare/v1.0.0-alpha.2...v1.0.0) (2024-04-16) **Note:** Version bump only for package root diff --git a/example-app/CHANGELOG.md b/example-app/CHANGELOG.md index 6edbbb1..ee55229 100644 --- a/example-app/CHANGELOG.md +++ b/example-app/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.1](https://github.com/ionic-team/capacitor-barcode-scanner/compare/v1.0.0...v1.0.1) (2024-05-16) + + +### Bug Fixes + +* use defaults where needed ([59d9fc5](https://github.com/ionic-team/capacitor-barcode-scanner/commit/59d9fc5b1eb8fe65a3a1fd6d8cf361666d27154f)) + + + + + # [1.0.0](https://github.com/ionic-team/capacitor-barcode-scanner/compare/v1.0.0-alpha.2...v1.0.0) (2024-04-16) **Note:** Version bump only for package example-app diff --git a/example-app/package.json b/example-app/package.json index 0bd005a..daa0354 100644 --- a/example-app/package.json +++ b/example-app/package.json @@ -1,7 +1,7 @@ { "name": "example-app", "private": true, - "version": "1.0.0", + "version": "1.0.1", "type": "module", "scripts": { "dev": "vite", diff --git a/lerna.json b/lerna.json index d123e35..fe1db27 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", - "version": "1.0.0", + "version": "1.0.1", "npmClient": "pnpm" } diff --git a/plugin/CHANGELOG.md b/plugin/CHANGELOG.md index ed4bb8b..535a2a1 100644 --- a/plugin/CHANGELOG.md +++ b/plugin/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.1](/compare/v1.0.0...v1.0.1) (2024-05-16) + + +### Bug Fixes + +* use defaults where needed 59d9fc5 + + + + + # [1.0.0](/compare/v1.0.0-alpha.2...v1.0.0) (2024-04-16) **Note:** Version bump only for package @capacitor/barcode-scanner diff --git a/plugin/package.json b/plugin/package.json index b624ca2..f9eaf2a 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/barcode-scanner", - "version": "1.0.0", + "version": "1.0.1", "description": "Capacitor plugin using Outsystems Barcode libs", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js",