Skip to content

Commit a39cb2f

Browse files
chore: bump version to 2.0.0
1 parent 32c7bd5 commit a39cb2f

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [2.0.0] - 2025-08-20
4+
5+
### Changes
6+
- Implement feature X to enhance user experience and fix bug Y in module Z
7+
- Implement feature X to enhance user experience and optimize performance
8+
- feat(input-barcode): update to ZXing library for improved compatibility and add new features
9+
- Merge branch 'main' of github.com:paxapos/av-inputs
10+
- feat: Add modern SVG icons for face detection component
11+
12+
313
## [1.0.14] - 2025-08-17
414

515
### Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@paxapos/av-inputs",
3-
"version": "1.0.14",
3+
"version": "2.0.0",
44
"description": "Stencil Component Input webcam",
55
"main": "dist/index.cjs.js",
66
"module": "dist/index.js",

0 commit comments

Comments
 (0)