Skip to content

Commit

Permalink
Release 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskrycho committed Mar 16, 2023
1 parent a70f5a8 commit 599b151
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a




## v0.6.1 (2023-03-16)

#### :bug: Bug Fix
* [#582](https://github.com/tracked-tools/ember-async-data/pull/582) Backport context bug fix to 0.6.x ([@chriskrycho](https://github.com/chriskrycho))

#### Committers: 1
- Chris Krycho ([@chriskrycho](https://github.com/chriskrycho))

## v0.6.0 (2021-09-04)

#### :boom: Breaking Change
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-async-data",
"version": "0.6.0",
"version": "0.6.1",
"description": "A utility/helper and data structure for representing a `Promise` in a declarative, reactive way in Glimmer.js and Ember Octane.",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit 599b151

Please sign in to comment.