Compare commits

...

1 Commits

Author SHA1 Message Date
liuweiqing
0f33517661 chore: release 1.2.1 2024-01-29 22:47:33 +08:00
3 changed files with 10 additions and 3 deletions

View File

@ -1,5 +1,12 @@
# Changelog
### [1.2.1](https://www.github.com/14790897/paper-ai/compare/v1.2.0...v1.2.1) (2024-01-29)
### Bug Fixes
* 修复pubmed articleUrl 无法正常获取的问题 ([f5ae3c1](https://www.github.com/14790897/paper-ai/commit/f5ae3c1ff456bdb6131a8c39b1d04d0ee2094db7))
## [1.2.0](https://www.github.com/14790897/paper-ai/compare/v1.1.0...v1.2.0) (2024-01-29)

4
package-lock.json generated
View File

@ -1,11 +1,11 @@
{
"name": "paper-ai",
"version": "1.2.0",
"version": "1.2.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"version": "1.2.0",
"version": "1.2.1",
"dependencies": {
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",

View File

@ -50,5 +50,5 @@
"@types/redux-logger": "^3.0.12",
"encoding": "^0.1.13"
},
"version": "1.2.0"
"version": "1.2.1"
}