Skip to content

Commit 944a1d8

Browse files
author
ducng99
committed
chore(release): prepare for v1.5.0
1 parent 0d206b7 commit 944a1d8

3 files changed

Lines changed: 27 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
## [1.5.0] - 2023-06-17
2+
3+
### ⛰️ Features
4+
5+
- *(barcode_utils)* Added camera support for barcode reader
6+
- Added error handling routes
7+
- Added Barcode Writer tool
8+
9+
### 🎨 Styling
10+
11+
- Added hover effect for sidebar entries
12+
- Use conventional sidebar/navbar colour
13+
- Fixed loading page has overflow
14+
15+
### 🧪 Testing
16+
17+
- *(barcode_reader)* Remove madness test - inconsistent
18+
19+
### ⚙️ Miscellaneous Tasks
20+
21+
- *(deps)* Upgraded dependencies
22+
- *(deps)* Bump @types/react from 18.2.11 to 18.2.12
23+
- *(deps)* Bump sass from 1.63.3 to 1.63.4
24+
- *(deps)* Bump react-router-dom from 6.12.1 to 6.13.0
25+
126
## [1.4.1] - 2023-06-06
227

328
### 🐛 Bug Fixes

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4.1
1+
1.5.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "js-tools",
33
"license": "MIT",
4-
"version": "1.4.1",
4+
"version": "1.5.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)