We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97f05c5 commit 57c5f2fCopy full SHA for 57c5f2f
CHANGELOG.md
@@ -0,0 +1,9 @@
1
+
2
+## v1.0.0 (2022-10-25)
3
4
+#### :rocket: Enhancement
5
+* [#1](https://github.com/ember-codemods/ember-cli-code-coverage-setup-codemod/pull/1) Implement `setup-test-helpers` and `setup-cli-build` transforms ([@zhanwang626](https://github.com/zhanwang626))
6
7
+#### Committers: 1
8
+- Zhan Wang ([@zhanwang626](https://github.com/zhanwang626))
9
package.json
@@ -1,6 +1,6 @@
{
"name": "ember-cli-code-coverage-setup-codemod",
- "version": "0.1.0",
+ "version": "1.0.0",
"scripts": {
"lint": "eslint --cache .",
"test": "codemod-cli test",
0 commit comments