diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..336b8a7 --- /dev/null +++ b/CHANGELOG.md @@ -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)) + diff --git a/package.json b/package.json index 4f41935..d3c4031 100644 --- a/package.json +++ b/package.json @@ -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", @@ -63,4 +63,4 @@ "vitest": "^1.0.0", "zhlint": "^0.7.1" } -} +} \ No newline at end of file