chore: release 1.4.1

This commit is contained in:
liuweiqing 2024-02-13 13:16:04 +08:00
parent e3a874780e
commit b82851cc53
3 changed files with 10 additions and 3 deletions

View File

@ -1,5 +1,12 @@
# Changelog
### [1.4.1](https://www.github.com/14790897/paper-ai/compare/v1.4.0...v1.4.1) (2024-02-13)
### Bug Fixes
* 未选中焦点的时候会报错 ([342d78b](https://www.github.com/14790897/paper-ai/commit/342d78bd882367cbf9afbfb234f85bfb05e3d489))
## [1.4.0](https://www.github.com/14790897/paper-ai/compare/v1.3.0...v1.4.0) (2024-02-12)

4
package-lock.json generated
View File

@ -1,11 +1,11 @@
{
"name": "paper-ai",
"version": "1.4.0",
"version": "1.4.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"version": "1.4.0",
"version": "1.4.1",
"dependencies": {
"@formatjs/intl-localematcher": "^0.5.4",
"@fortawesome/free-solid-svg-icons": "^6.5.1",

View File

@ -64,5 +64,5 @@
"@types/redux-logger": "^3.0.12",
"encoding": "^0.1.13"
},
"version": "1.4.0"
"version": "1.4.1"
}