@jsverse/transloco-validator 7.0.0 โ†’ 7.0.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -8
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,24 +2,20 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
- # [7.0.0](https://github.com/jsverse/transloco/compare/transloco-validator-6.0.0...transloco-validator-7.0.0) (2024-03-23)
5
+ ## [7.0.1](https://github.com/ngneat/transloco/compare/transloco-validator-7.0.0...transloco-validator-7.0.1) (2024-05-31)
6
6
 
7
+ # [7.0.0](https://github.com/jsverse/transloco/compare/transloco-validator-6.0.0...transloco-validator-7.0.0) (2024-03-23)
7
8
 
8
9
  ### chore
9
10
 
10
- * **validator:** ๐Ÿค– update package scope ([80737e7](https://github.com/jsverse/transloco/commit/80737e7e2568db0361987a4946a675426dcea867))
11
-
11
+ - **validator:** ๐Ÿค– update package scope ([80737e7](https://github.com/jsverse/transloco/commit/80737e7e2568db0361987a4946a675426dcea867))
12
12
 
13
13
  ### BREAKING CHANGES
14
14
 
15
- * **validator:** ๐Ÿงจ The package is now published under the jsverse scope
16
-
17
-
15
+ - **validator:** ๐Ÿงจ The package is now published under the jsverse scope
18
16
 
19
17
  # [6.0.0](https://github.com/jsverse/transloco/compare/transloco-validator-5.0.1...transloco-validator-6.0.0) (2024-03-23)
20
18
 
21
-
22
-
23
19
  ## [5.0.1](https://github.com/jsverse/transloco/compare/transloco-validator-5.0.0...transloco-validator-5.0.1) (2023-08-01)
24
20
 
25
21
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jsverse/transloco-validator",
3
- "version": "7.0.0",
3
+ "version": "7.0.1",
4
4
  "description": "Transloco translation files validator",
5
5
  "main": "./src/index.js",
6
6
  "engines": {