Skip to content

Commit

Permalink
Release 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeAstapov committed Sep 8, 2023
1 parent aa85aaa commit e93e494
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@




## v4.0.2 (2023-09-08)

#### :bug: Bug Fix
* `ember-truth-helpers`, `modern-test-app`
* [#199](https://github.com/jmurphyau/ember-truth-helpers/pull/199) Fix types for `or` helper with fallback argument ([@wagenet](https://github.com/wagenet))
* [#196](https://github.com/jmurphyau/ember-truth-helpers/pull/196) Improve types for `and` and `or` ([@wagenet](https://github.com/wagenet))

#### :house: Internal
* `modern-test-app`, `test-app`
* [#197](https://github.com/jmurphyau/ember-truth-helpers/pull/197) Use the workspace protocol to be super extra sure that we're using the ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### Committers: 2
- Peter Wagenet ([@wagenet](https://github.com/wagenet))
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)


## v4.0.1 (2023-09-06)

#### :bug: Bug Fix
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,6 @@
"tokenRef": "GITHUB_AUTH"
},
"npm": false
}
},
"version": "4.0.2"
}
2 changes: 1 addition & 1 deletion packages/ember-truth-helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-truth-helpers",
"version": "4.0.1",
"version": "4.0.2",
"description": "Ember Truth Helpers",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit e93e494

Please sign in to comment.