Skip to content

Commit 165dfbb

Browse files
committed
Release 1.0.0
1 parent 27bcc68 commit 165dfbb

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## v1.0.0 (2023-02-08)
2+
3+
#### :boom: Breaking Change
4+
* [#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))
5+
6+
#### :rocket: Enhancement
7+
* [#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))
8+
9+
#### Committers: 1
10+
- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))
11+
112
## v0.3.0 (2022-12-29)
213

314
#### :boom: Breaking Change

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-cli-bundle-analyzer",
3-
"version": "0.3.0",
3+
"version": "1.0.0",
44
"description": "Analyze the size and contents of your Ember app's bundles",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)