diff --git a/CHANGELOG.md b/CHANGELOG.md index bd3eda9c..691f91c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,15 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v1.1.1](https://github.com/bangbang93/freyja/compare/v1.1.0...v1.1.1) + +- fix: early hints在Nginx上还有问题 [`7d4f364`](https://github.com/bangbang93/freyja/commit/7d4f36422aa692cc53cfe49944a91434f6d66eb7) +- feat: 调整trust proxy [`6d7eed7`](https://github.com/bangbang93/freyja/commit/6d7eed7ed9077513d5c3f5152d969f577283cf30) + #### [v1.1.0](https://github.com/bangbang93/freyja/compare/v1.0.3...v1.1.0) +> 27 October 2023 + - feat: 移除fundebug [`9466a02`](https://github.com/bangbang93/freyja/commit/9466a02a2391fe620e3b2788d6004aa46cc6ad5d) - feat: 缓存也要连着earlyHints一起缓存 [`6096875`](https://github.com/bangbang93/freyja/commit/6096875bfaa66f6ec4322914627d50e6d230d4d6) - refactor: 已经没有在用hljs了 [`883566d`](https://github.com/bangbang93/freyja/commit/883566d1063bf2f5b550aefa1d5a176904ca26c2) diff --git a/package-lock.json b/package-lock.json index 24401c91..3c810ee5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "freyja", - "version": "1.1.0", + "version": "1.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "freyja", - "version": "1.1.0", + "version": "1.1.1", "workspaces": [ "packages/*" ], diff --git a/package.json b/package.json index 6eb1c307..feccc4ee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "freyja", - "version": "1.1.0", + "version": "1.1.1", "private": true, "engines": { "node": ">=16.0.0 <21.0.0"