@rebilly/revel 5.15.1 → 6.1.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 +18 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,21 @@
1
+ ## [6.1.0](https://github.com/Rebilly/rebilly/compare/revel-v6.0.0...revel-v6.1.0) (2023-11-23)
2
+
3
+
4
+ ### Features
5
+
6
+ * **billing-portal:** Project setup ([#2321](https://github.com/Rebilly/rebilly/issues/2321)) ([41716e1](https://github.com/Rebilly/rebilly/commit/41716e1f726b64914f832326ec8135463aec37bc))
7
+
8
+ ## [6.0.0](https://github.com/Rebilly/rebilly/compare/revel-v5.15.1...revel-v6.0.0) (2023-11-20)
9
+
10
+
11
+ ### ⚠ BREAKING CHANGES
12
+
13
+ * **instruments:** Rename feature flags (#2275)
14
+
15
+ ### Refactors
16
+
17
+ * **instruments:** Rename feature flags ([#2275](https://github.com/Rebilly/rebilly/issues/2275)) ([7cbef64](https://github.com/Rebilly/rebilly/commit/7cbef64a69cbb7c1da39148858d2fc85c8fd58e9))
18
+
1
19
  ## [5.15.1](https://github.com/Rebilly/rebilly/compare/revel-v5.15.0...revel-v5.15.1) (2023-11-14)
2
20
 
3
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rebilly/revel",
3
- "version": "5.15.1",
3
+ "version": "6.1.0",
4
4
  "files": [
5
5
  "dist",
6
6
  "CHANGELOG.md"