@chargetrip/types 1.35.0 → 1.35.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 +9 -0
- package/package.json +4 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
## [1.35.1](https://github.com/chargetrip/types/compare/v1.35.0...v1.35.1) (2023-04-03)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* move master to main ([1443a2f](https://github.com/chargetrip/types/commit/1443a2f51b1131e03789cd43941ad65ee8903233))
|
|
7
|
+
* new release yml ([1820a3e](https://github.com/chargetrip/types/commit/1820a3e0dfaa3db88265b284af2ea0f01dc513f5))
|
|
8
|
+
* patched semantic release ([939ea85](https://github.com/chargetrip/types/commit/939ea85e54ff54c6555ed776ce33ac014c2e6544))
|
|
9
|
+
|
|
1
10
|
# [1.35.0](https://github.com/chargetrip/types/compare/v1.34.0...v1.35.0) (2022-12-19)
|
|
2
11
|
|
|
3
12
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chargetrip/types",
|
|
3
|
-
"version": "1.35.
|
|
3
|
+
"version": "1.35.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"chargetrip",
|
|
@@ -24,6 +24,9 @@
|
|
|
24
24
|
"access": "public"
|
|
25
25
|
},
|
|
26
26
|
"release": {
|
|
27
|
+
"branches": [
|
|
28
|
+
"main"
|
|
29
|
+
],
|
|
27
30
|
"plugins": [
|
|
28
31
|
"@semantic-release/commit-analyzer",
|
|
29
32
|
"@semantic-release/release-notes-generator",
|