@rebilly/revel 8.16.8 → 9.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -3
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,6 +1,10 @@
1
- ## [8.16.8](https://github.com/Rebilly/rebilly/compare/revel-v8.16.7...revel-v8.16.8) (2025-07-15)
1
+ ## [9.0.0](https://github.com/Rebilly/rebilly/compare/revel-v8.16.9...revel-v9.0.0) (2025-07-16)
2
2
 
3
3
 
4
- ### Bug Fixes
4
+ ### BREAKING CHANGES
5
5
 
6
- * **eslint-config:** Package not releasing to NPM ([#13609](https://github.com/Rebilly/rebilly/issues/13609)) ([d2f1d7a](https://github.com/Rebilly/rebilly/commit/d2f1d7a8eaa48d641b6820f8bcd1eddf88558c41))
6
+ * **revel:** Upgrade Vuepress to latest version (#13601) (#13629)
7
+
8
+ ### revert
9
+
10
+ * **revel:** Upgrade Vuepress to latest version ([#13601](https://github.com/Rebilly/rebilly/issues/13601)) ([#13629](https://github.com/Rebilly/rebilly/issues/13629)) ([6f7c94e](https://github.com/Rebilly/rebilly/commit/6f7c94e522e877745484187d65d718898fd1a711)), closes [#13627](https://github.com/Rebilly/rebilly/issues/13627)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rebilly/revel",
3
- "version": "8.16.8",
3
+ "version": "9.0.0",
4
4
  "files": [
5
5
  "dist",
6
6
  "CHANGELOG.md"