Skip to content

Commit bd88067

Browse files
chore(release): version 1.3.0
# [1.3.0](v1.2.0...v1.3.0) (2024-04-18) ### Features * Ability to handle default for array of type string ([#14](#14)) ([474b526](474b526))
1 parent 474b526 commit bd88067

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.3.0](https://github.com/banshee86vr/helm-schema/compare/v1.2.0...v1.3.0) (2024-04-18)
2+
3+
4+
### Features
5+
6+
* Ability to handle default for array of type string ([#14](https://github.com/banshee86vr/helm-schema/issues/14)) ([474b526](https://github.com/banshee86vr/helm-schema/commit/474b5267c67490421563b83119396b898d176f27))
7+
18
# [1.2.0](https://github.com/banshee86vr/helm-schema/compare/v1.1.0...v1.2.0) (2024-04-18)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bertelli.luca/helm-schema",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"main": "dist/index.js",
55
"license": "Apache-2.0",
66
"files": [

0 commit comments

Comments
 (0)