We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5c4b46 commit a6cb245Copy full SHA for a6cb245
ember-assign-helper/CHANGELOG.md
@@ -0,0 +1,9 @@
1
+
2
+## v0.5.0 (2024-01-11)
3
4
+#### :boom: Breaking Change
5
+* [#39](https://github.com/cibernox/ember-assign-helper/pull/39) Update addon to V2 & add release-it ([@mkszepp](https://github.com/mkszepp))
6
7
+#### Committers: 1
8
+- [@mkszepp](https://github.com/mkszepp)
9
ember-assign-helper/package.json
@@ -1,6 +1,6 @@
{
"name": "ember-assign-helper",
- "version": "0.4.0",
+ "version": "0.5.0",
"description": "Simple {{assign}} helper for Ember",
"keywords": [
"ember-addon",
package.json
@@ -50,5 +50,6 @@
50
"tokenRef": "GITHUB_AUTH"
51
},
52
"npm": false
53
- }
+ },
54
+ "version": "0.5.0"
55
}
0 commit comments