From bec12a1f8bc8c87c854c4c41596ecfa5d94859dd Mon Sep 17 00:00:00 2001 From: liuweiqing Date: Sun, 28 Jan 2024 19:01:33 +0800 Subject: [PATCH] chore: release 1.1.0 --- CHANGELOG.md | 31 +++++++++++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 34 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4981f85..7af164de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 2efd4bc8..29b7a9ac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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" } diff --git a/package.json b/package.json index 06ea633a..830b75d0 100644 --- a/package.json +++ b/package.json @@ -46,5 +46,5 @@ "@types/redux-logger": "^3.0.12", "encoding": "^0.1.13" }, - "version": "1.0.0" + "version": "1.1.0" }