Skip to content

Commit 46c7225

Browse files
committed
chore: release 0.9.0
1 parent 486debb commit 46c7225

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,29 @@
11
# Change Log
22

3+
## [v0.9.0](https://github.com/LevelbossMike/ember-statecharts/tree/v0.9.0) (2020-04-09)
4+
5+
[Full Changelog](https://github.com/LevelbossMike/ember-statecharts/compare/v0.8.2...v0.9.0)
6+
7+
#### :house: Internal
8+
* [#217](https://github.com/LevelbossMike/ember-statecharts/pull/217) Update
9+
docs to Octane
10+
* [#217](https://github.com/LevelbossMike/ember-statecharts/pull/217) Update
11+
xstate to 4.8.0
12+
13+
See [xstate#4.8.0 - release notes](https://github.com/davidkpiano/xstate/releases/tag/xstate%404.8.0) for new xstate release notes.
14+
15+
#### Committers: 2
16+
- Clemens M�ller ([@pangratz](https://github.com/pangratz))
17+
- Michael Klein ([@LevelbossMike](https://github.com/LevelbossMike))
18+
319
## [v0.8.2](https://github.com/LevelbossMike/ember-statecharts/tree/v0.8.2) (2019-07-05)
420

521
[Full Changelog](https://github.com/LevelbossMike/ember-statecharts/compare/v0.8.1...v0.8.2)
622

7-
#### :House: Internal
23+
#### :house: Internal
824
* [c0dec97](https://github.com/LevelbossMike/ember-statecharts/commit/c0dec97c631a8786218731d9b699cfcdd8d3e212) Update xstate to 4.6.4 ([@LevelbossMike](https://github.com/levelbossmike))
925

10-
See [xstate#4.6.4 - release notes](https://github.com/davidkpiano/xstate/releases/tag/v4.6.4) for new xstate release notes.
26+
See [xstate#4.6.4 - release notes](https://github.com/davidkpiano/xstate/releases/tag/v4.6.4) for new xstate release notes.
1127

1228
#### Committers: 1
1329
- Michael Klein ([@LevelbossMike](https://github.com/LevelbossMike))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-statecharts",
3-
"version": "0.9.0-beta.0",
3+
"version": "0.9.0",
44
"description": "Statecharts for Ember.js applications",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)