Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
simonihmig committed Dec 3, 2024
1 parent 8b17ce6 commit d7e6d79
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@




## v1.0.1 (2024-12-03)

#### :bug: Bug Fix
* [#741](https://github.com/simonihmig/ember-stargate/pull/741) Fix addon-main.cjs missing in published npm package ([@simonihmig](https://github.com/simonihmig))

#### Committers: 1
- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))

## v1.0.0 (2024-11-14)

#### :rocket: Enhancement
Expand Down
2 changes: 1 addition & 1 deletion ember-stargate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-stargate",
"version": "1.0.0",
"version": "1.0.1",
"description": "Modern lightweight portals for Ember",
"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 @@ -54,5 +54,5 @@
"node": "22.11.0",
"yarn": "1.22.22"
},
"version": "1.0.0"
"version": "1.0.1"
}
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": "1.0.0",
"version": "1.0.1",
"private": true,
"description": "Test app for ember-stargate addon",
"repository": "",
Expand Down Expand Up @@ -85,7 +85,7 @@
"ember-source": "6.0.1",
"ember-source-channel-url": "3.0.0",
"ember-sinon-qunit": "7.5.0",
"ember-stargate": "1.0.0",
"ember-stargate": "1.0.1",
"ember-template-lint": "6.0.0",
"ember-try": "3.0.0",
"eslint": "8.57.1",
Expand Down

0 comments on commit d7e6d79

Please sign in to comment.