@forge/lint 5.12.2-next.0 → 5.13.0-next.1
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.
- package/CHANGELOG.md +6 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @forge/lint
|
|
2
2
|
|
|
3
|
+
## 5.13.0-next.1
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- f881df6: Adding the new Forge Object Store SDK under the @forge/object-store name as @forge/os was deemed confusing. The new SDK will also drop deprecated methods and for now add linter or both libraries until @forge/os can be retired
|
|
8
|
+
|
|
3
9
|
## 5.12.2-next.0
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|