Skip to content

Commit

Permalink
Release 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SkoebaSteve committed Sep 7, 2023
1 parent 7eb6ad1 commit b4193d1
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@

## v0.6.1 (2023-09-07)

#### :rocket: Enhancement
* [#196](https://github.com/qonto/ember-lottie/pull/196) throw LottieError if the fetch response is not ok ([@SkoebaSteve](https://github.com/SkoebaSteve))

#### Committers: 5
- Steef Janssen ([@SkoebaSteve](https://github.com/SkoebaSteve))

## v0.6.0 (2023-09-05)

#### :rocket: Enhancement
Expand Down
2 changes: 1 addition & 1 deletion ember-lottie/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qonto/ember-lottie",
"version": "0.6.0",
"version": "0.6.1",
"description": "Render lottie after effects animations in Ember.js",
"keywords": [
"ember-addon",
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-lottie",
"version": "0.6.0",
"version": "0.6.1",
"private": true,
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions test-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test-app",
"version": "0.6.0",
"version": "0.6.1",
"private": true,
"description": "Test app for @qonto/ember-lottie addon",
"repository": "",
Expand Down Expand Up @@ -37,7 +37,7 @@
"@embroider/webpack": "^2.1.1",
"@glimmer/component": "^1.1.2",
"@glimmer/tracking": "^1.1.2",
"@qonto/ember-lottie": "0.6.0",
"@qonto/ember-lottie": "0.6.1",
"@release-it-plugins/lerna-changelog": "^5.0.0",
"@tsconfig/ember": "^2.0.0",
"@types/ember": "^4.0.3",
Expand Down

0 comments on commit b4193d1

Please sign in to comment.