Skip to content

Commit

Permalink
Release 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sandydoo committed May 22, 2023
1 parent 029c1d6 commit c539f78
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,23 @@




## v6.1.0 (2023-05-22)

#### :bug: Bug fixes
* [#173](https://github.com/sandydoo/ember-google-maps/pull/173) Fix support for newer versions of Embroider ([@sandydoo](https://github.com/sandydoo))
* [#170](https://github.com/sandydoo/ember-google-maps/pull/170) Fix deprecation warning for `addDomListener` ([@sandydoo](https://github.com/sandydoo))

#### :book: Documentation
* [#175](https://github.com/sandydoo/ember-google-maps/pull/175) docs: Upgrade Ember v4.4.0...v4.12.1 ([@sandydoo](https://github.com/sandydoo))

#### :snake: Dependencies
* [#172](https://github.com/sandydoo/ember-google-maps/pull/172) Upgrade Ember to v4.12.1 ([@sandydoo](https://github.com/sandydoo))

#### Committers: 1
- Sander ([@sandydoo](https://github.com/sandydoo))


## v6.0.0 (2022-04-08)

Upgraded from Ember `3.x` to `4.x`, hence the major revision.
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-google-maps",
"version": "6.0.0",
"version": "6.1.0",
"description": "A friendly Ember addon for working with Google Maps.",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit c539f78

Please sign in to comment.