diff --git a/CHANGELOG.md b/CHANGELOG.md index e550267..7044a65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,17 @@ 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.9](https://github.com/bangbang93/freyja/compare/v1.1.8...v1.1.9) + +- chore: 构建分支镜像 [`347f625`](https://github.com/bangbang93/freyja/commit/347f625e9bd4f713e3a947e29837200f2509ea08) +- chore: 基础镜像更换为node:20.18.0 [`9df2669`](https://github.com/bangbang93/freyja/commit/9df26695f20d6a5d8b6bde7a9242622a23ef8763) +- chore: 修正分支名称获取 [`99b2cbd`](https://github.com/bangbang93/freyja/commit/99b2cbd25eb8f2a6ff2f9f510f0be8cca50a88c3) + #### [v1.1.8](https://github.com/bangbang93/freyja/compare/v1.1.7...v1.1.8) +> 12 October 2024 + +- Release 1.1.8 [`596d886`](https://github.com/bangbang93/freyja/commit/596d886d0a9e136af82cb3409e5fabb27d725b97) - fix: 修正镜像地址 [`ed73742`](https://github.com/bangbang93/freyja/commit/ed73742ab121fcf785c3219f93120dd7cae5beb8) #### [v1.1.7](https://github.com/bangbang93/freyja/compare/v1.1.6...v1.1.7) diff --git a/package-lock.json b/package-lock.json index 8b4e7e8..4491a6d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "freyja", - "version": "1.1.8", + "version": "1.1.9", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "freyja", - "version": "1.1.8", + "version": "1.1.9", "workspaces": [ "packages/*" ], diff --git a/package.json b/package.json index 10ca8f4..14d08fb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "freyja", - "version": "1.1.8", + "version": "1.1.9", "private": true, "engines": { "node": ">=18.0.0 <23.0.0"