Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simonihmig committed Feb 8, 2023
1 parent 27bcc68 commit 165dfbb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## v1.0.0 (2023-02-08)

#### :boom: Breaking Change
* [#26](https://github.com/simonihmig/ember-cli-bundle-analyzer/pull/26) Refactor to use `source-map-explorer`, enabling usage with Ember CLI, ember-auto-import and Embroider ([@simonihmig](https://github.com/simonihmig))

#### :rocket: Enhancement
* [#26](https://github.com/simonihmig/ember-cli-bundle-analyzer/pull/26) Refactor to use `source-map-explorer`, enabling usage with Ember CLI, ember-auto-import and Embroider ([@simonihmig](https://github.com/simonihmig))

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

## v0.3.0 (2022-12-29)

#### :boom: Breaking Change
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-cli-bundle-analyzer",
"version": "0.3.0",
"version": "1.0.0",
"description": "Analyze the size and contents of your Ember app's bundles",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit 165dfbb

Please sign in to comment.