diff --git a/CHANGELOG.md b/CHANGELOG.md index e5a52a1..6b9c1f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [2.2.1](https://github.com/o2project/vivliostyle-theme-o2project/compare/v2.2.0...v2.2.1) (2024-10-30) + +### 🐛 Bug Fixes + +* move fonts directory to root ([a722f6c](https://github.com/o2project/vivliostyle-theme-o2project/commit/a722f6cf45f26e3dc569882d3d7c5bd93330069a)) + ## [2.2.0](https://github.com/o2project/vivliostyle-theme-o2project/compare/v2.1.0...v2.2.0) (2024-10-30) ### ✨ Features diff --git a/package-lock.json b/package-lock.json index 18b06d7..7acd36c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@o2project/vivliostyle-theme-o2project", - "version": "2.2.0", + "version": "2.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@o2project/vivliostyle-theme-o2project", - "version": "2.2.0", + "version": "2.2.1", "license": "MIT", "devDependencies": { "@kubosho/configs": "^3.16.5", diff --git a/package.json b/package.json index 9f184de..c3f0c68 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@o2project/vivliostyle-theme-o2project", "description": "Vivliostyle theme for O2 Project", - "version": "2.2.0", + "version": "2.2.1", "author": "O2 Project ", "repository": { "type": "git",