diff --git a/CHANGELOG.md b/CHANGELOG.md index 3708be51ee..9f7391dd52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-rc.16](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.15...v2.0.0-rc.16) (2024-02-20) + +### Bug Fixes + +- **plugin-pwa:** fix style files ([7edadbf](https://github.com/vuepress/ecosystem/commit/7edadbff6073af51b27c2fb3b134add60917b471)) + # [2.0.0-rc.15](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.14...v2.0.0-rc.15) (2024-02-19) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 820c6bcc8a..c746119426 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "npmClient": "pnpm", - "version": "2.0.0-rc.15", + "version": "2.0.0-rc.16", "command": { "version": { "allowBranch": "main", diff --git a/plugins/plugin-pwa/CHANGELOG.md b/plugins/plugin-pwa/CHANGELOG.md index f93d43e6b9..3e65d0b8b9 100644 --- a/plugins/plugin-pwa/CHANGELOG.md +++ b/plugins/plugin-pwa/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-rc.16](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.15...v2.0.0-rc.16) (2024-02-20) + +### Bug Fixes + +- **plugin-pwa:** fix style files ([7edadbf](https://github.com/vuepress/ecosystem/commit/7edadbff6073af51b27c2fb3b134add60917b471)) + # [2.0.0-rc.15](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.14...v2.0.0-rc.15) (2024-02-19) **Note:** Version bump only for package @vuepress/plugin-pwa diff --git a/plugins/plugin-pwa/package.json b/plugins/plugin-pwa/package.json index 26da88d31a..d1191b233e 100644 --- a/plugins/plugin-pwa/package.json +++ b/plugins/plugin-pwa/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress/plugin-pwa", - "version": "2.0.0-rc.15", + "version": "2.0.0-rc.16", "description": "VuePress plugin - progressive web application", "keywords": [ "vuepress-plugin",