Skip to content

Commit

Permalink
Release 9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbieTheWagner committed May 12, 2022
1 parent 20dc10f commit e99ab90
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@

## v9.0.0 (2022-05-12)

#### :boom: Breaking Change
* [#207](https://github.com/thoov/ember-websockets/pull/207) ember-cli 3.28, drop node 10 ([@rwwagner90](https://github.com/rwwagner90))

#### :bug: Bug Fix
* [#201](https://github.com/thoov/ember-websockets/pull/201) fix to retrieve environment config for socket.io use case ([@heyweswu](https://github.com/heyweswu))

#### :house: Internal
* [#224](https://github.com/thoov/ember-websockets/pull/224) ember-cli 4.3 ([@rwwagner90](https://github.com/rwwagner90))

#### Committers: 2
- Robert Wagner ([@rwwagner90](https://github.com/rwwagner90))
- [@heyweswu](https://github.com/heyweswu)

# Ember Websockets Changelog

### v8.0.0 (September 15, 2020)
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-websockets",
"version": "8.0.0",
"version": "9.0.0",
"description": "EmberJS WebSockets addon for Ember-CLI apps.",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit e99ab90

Please sign in to comment.