Skip to content

Commit

Permalink
chore(release): v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Yukiniro committed Dec 19, 2023
1 parent cc930dd commit 1f1a471
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Changelog


## v1.3.1

[compare changes](https://github.com/Yukiniro/toukey/compare/v1.3.0...v1.3.1)

### 📖 Documentation

- Fix toc wrong dispaly ([b3daf5f](https://github.com/Yukiniro/toukey/commit/b3daf5f))
- Update package manager tabs ([7203662](https://github.com/Yukiniro/toukey/commit/7203662))
- Update rspress, add SourceCode ([cc930dd](https://github.com/Yukiniro/toukey/commit/cc930dd))

### 🏡 Chore

- Change rollup to unbuild ([01d68c2](https://github.com/Yukiniro/toukey/commit/01d68c2))
- Update scripts ([866740e](https://github.com/Yukiniro/toukey/commit/866740e))

### ❤️ Contributors

- Yukiniro ([@Yukiniro](http://github.com/Yukiniro))

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "toukey",
"version": "1.3.0",
"version": "1.3.1",
"description": "Toukey is a Javascript library for keyboard shortcuts",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -63,4 +63,4 @@
"vitest": "^1.0.0",
"zhlint": "^0.7.1"
}
}
}

0 comments on commit 1f1a471

Please sign in to comment.