Skip to content

Commit

Permalink
chore(release): prepare for v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ducng99 committed Jun 6, 2023
1 parent 159f668 commit ab823d6
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## [1.4.0] - 2023-06-06

### ⛰️ Features

- Added color modes support from Bootstrap 5.3

### 🐛 Bug Fixes

- Added missing bootstrap scss file

### ⚙️ Miscellaneous Tasks

- *(deps)* Bump bootstrap from 5.2.3 to 5.3.0
- *(deps)* Bump @types/react from 18.2.6 to 18.2.8
- *(deps-dev)* Bump eslint from 8.41.0 to 8.42.0
- *(deps-dev)* Bump @typescript-eslint/eslint-plugin
- *(deps-dev)* Bump eslint-config-standard-with-typescript
- Use dynamic import for bootstrap component

## [1.3.4] - 2023-06-03

### ⛰️ Features
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.4
1.4.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "js-tools",
"license": "MIT",
"version": "1.3.4",
"version": "1.4.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit ab823d6

Please sign in to comment.