chore: release 1.1.0

This commit is contained in:
liuweiqing 2024-01-28 19:01:33 +08:00
parent 8508a35252
commit bec12a1f8b
3 changed files with 34 additions and 3 deletions

View File

@ -1,5 +1,36 @@
# Changelog
## [1.1.0](https://www.github.com/14790897/paper-ai/compare/v1.0.0...v1.1.0) (2024-01-28)
### Features
* pubmed ([00b777b](https://www.github.com/14790897/paper-ai/commit/00b777b634c4ff04dbc7e6ad51e16767a366481e))
* pubmed获取论文 ([98f10ff](https://www.github.com/14790897/paper-ai/commit/98f10ff10a02767993137feebd322e2e8df3dc0e))
* 允许自定义URL并且解决了一部分pubmed跨域问题 ([cab4f0b](https://www.github.com/14790897/paper-ai/commit/cab4f0bf0123569f8fa4e98d9a0ca32a4c8c9547))
### Bug Fixes
* 403 ([8bbe3b3](https://www.github.com/14790897/paper-ai/commit/8bbe3b3646f9b83ac5383f1b82ea1e5195d7d7d4))
* 403 ([0ef25ab](https://www.github.com/14790897/paper-ai/commit/0ef25abfc0294f202ef8b9237d20ae6a4eae7cbb))
* 403 ([7677f74](https://www.github.com/14790897/paper-ai/commit/7677f745e60887974dbe997f1c672936064f4c7d))
* 403 ([c45c1ec](https://www.github.com/14790897/paper-ai/commit/c45c1eca7f22e12659a7c5880149c56fa2615bae))
* arxiv from https ([167372d](https://www.github.com/14790897/paper-ai/commit/167372d93cfe1408254261087acb4e739a53480c))
* content length ([743bbf5](https://www.github.com/14790897/paper-ai/commit/743bbf56d6edf5048230baf2e8d0742dfab72034))
* export ([aed01ac](https://www.github.com/14790897/paper-ai/commit/aed01ac80ce3ed736da1df10db93310554555cb8))
* path ([741c21c](https://www.github.com/14790897/paper-ai/commit/741c21c99921f5d6d4dc0ec7d54c0c16d66d45ff))
* supabase ([ed7f305](https://www.github.com/14790897/paper-ai/commit/ed7f3052f7fabd8409d277fc820aaf69bbb5597c))
* vercel 403 ([8c79cdb](https://www.github.com/14790897/paper-ai/commit/8c79cdb43bfd741dc6365cef5aad16308c902747))
* vercel 403 ([fc24794](https://www.github.com/14790897/paper-ai/commit/fc24794874393057217cd58aa2f7114abd8bf153))
* vercel 403 ([ce6590d](https://www.github.com/14790897/paper-ai/commit/ce6590d1f8e6cffac7b469dae29e8eed6ba7580b))
* vercel 403 ([013754d](https://www.github.com/14790897/paper-ai/commit/013754d35168b022a2e47caefe4d0f23703ff897))
* vercel 403 ([45bf2ae](https://www.github.com/14790897/paper-ai/commit/45bf2aee788d401c3152eba1faca48f2a835b4ce))
* whitelist ([38a9bdf](https://www.github.com/14790897/paper-ai/commit/38a9bdf78a0d25f79ae47eb864e8c361935c4fe3))
* 正确的流失响应处理 ([5ed1dcd](https://www.github.com/14790897/paper-ai/commit/5ed1dcdb51d01b36373d64cdfb5285eebee774be))
* 生产环境变量 ([dc53e28](https://www.github.com/14790897/paper-ai/commit/dc53e286989dadae808cc88ca57d27efe4c330d7))
* 调整pubmed时间 ([8508a35](https://www.github.com/14790897/paper-ai/commit/8508a352520c2328da1e77b0525bdd17941c7c1c))
## 1.0.0 (2024-01-23)

4
package-lock.json generated
View File

@ -45,7 +45,7 @@
"@types/redux-logger": "^3.0.12",
"encoding": "^0.1.13"
},
"version": "1.0.0"
"version": "1.1.0"
},
"node_modules/@alloc/quick-lru": {
"version": "5.2.0",
@ -5445,5 +5445,5 @@
"integrity": "sha512-8aAvwVUSHpfEqTQ4w/KMlf3HcRdt50E5ODIQJBw1fQ5RL34xabzxtUlzTXVqc4rkZsPbvrXKWnABCD7kWSmocA=="
}
},
"version": "1.0.0"
"version": "1.1.0"
}

View File

@ -46,5 +46,5 @@
"@types/redux-logger": "^3.0.12",
"encoding": "^0.1.13"
},
"version": "1.0.0"
"version": "1.1.0"
}