Skip to content

Commit 4e41dfd

Browse files
committed
Release 0.5.2
1 parent 3cba0a6 commit 4e41dfd

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

77

8+
9+
## v0.5.2 (2023-03-16)
10+
11+
#### :bug: Bug Fix
12+
* [#581](https://github.com/tracked-tools/ember-async-data/pull/581) Backport context bug fix to 0.5.x ([@chriskrycho](https://github.com/chriskrycho))
13+
14+
#### Committers: 1
15+
- Chris Krycho ([@chriskrycho](https://github.com/chriskrycho))
16+
817
## v0.5.1 (2021-09-04)
918

1019
#### :house: Internal

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-async-data",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"description": "A utility/helper and data structure for representing a `Promise` in a declarative, reactive way in Glimmer.js and Ember Octane.",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)