Skip to content

Commit

Permalink
Release 6.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbieTheWagner committed Aug 9, 2024
1 parent 0b870b8 commit 54aee88
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@




## v6.1.2 (2024-08-09)

#### :bug: Bug Fix
* [#474](https://github.com/ahmadsoe/ember-highcharts/pull/474) Use @ember/test-waiters to ensure we wait for imports ([@RobbieTheWagner](https://github.com/RobbieTheWagner))

#### Committers: 1
- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))

## v6.1.1 (2024-08-07)

#### :bug: Bug Fix
Expand Down
2 changes: 1 addition & 1 deletion ember-highcharts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-highcharts",
"version": "6.1.1",
"version": "6.1.2",
"description": "A Highcharts, HighStock and HighMaps component for ember cli",
"keywords": [
"ember-addon"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
},
"npm": false
},
"version": "6.1.1"
"version": "6.1.2"
}

0 comments on commit 54aee88

Please sign in to comment.