We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42d413c commit a86958cCopy full SHA for a86958c
2 files changed
CHANGELOG.md
@@ -1 +1,14 @@
1
+## v1.0.0 (2021-03-11)
2
+
3
+#### :rocket: Enhancement
4
+* [#1](https://github.com/ember-codemods/ember-qunit-5-codemod/pull/1) add setup qunit dom transform ([@zhanwang626](https://github.com/zhanwang626))
5
6
+#### :house: Internal
7
+* [#2](https://github.com/ember-codemods/ember-qunit-5-codemod/pull/2) Adding release-it ([@scalvert](https://github.com/scalvert))
8
9
+#### Committers: 2
10
+- Steve Calvert ([@scalvert](https://github.com/scalvert))
11
+- Zhan Wang ([@zhanwang626](https://github.com/zhanwang626))
12
13
14
# Changelog
package.json
@@ -1,6 +1,6 @@
{
"name": "ember-qunit-5-codemod",
- "version": "0.1.0",
+ "version": "1.0.0",
"keywords": [
"codemod-cli"
],
0 commit comments