Skip to content

Commit

Permalink
Release 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbieTheWagner committed Mar 25, 2024
1 parent 9e01d23 commit f085dee
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@




## v2.1.2 (2024-03-25)

#### :bug: Bug Fix
* `ember-cli-code-coverage`
* [#408](https://github.com/ember-cli-code-coverage/ember-cli-code-coverage/pull/408) Fix gjs/gts bugs for ember-template-imports and ember-cli-babel ([@vstefanovic97](https://github.com/vstefanovic97))

#### Committers: 1
- Vuk ([@vstefanovic97](https://github.com/vstefanovic97))

## v2.1.1 (2024-02-22)

#### :house: Internal
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"version": "2.1.1",
"version": "2.1.2",
"repository": {
"type": "git",
"url": "git@github.com:kategengler/ember-cli-code-coverage.git"
Expand Down
2 changes: 1 addition & 1 deletion packages/ember-cli-code-coverage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-cli-code-coverage",
"version": "2.1.1",
"version": "2.1.2",
"description": "Code coverage for ember projects using Istanbul",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit f085dee

Please sign in to comment.