Skip to content

Commit b17a51d

Browse files
committed
Release 1.0.0
1 parent e7e8fa9 commit b17a51d

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,16 @@
1+
2+
## v1.0.0 (2023-08-25)
3+
4+
#### :boom: Breaking Change
5+
* [#21](https://github.com/empress/bottled-ember/pull/21) drop support for node 14 ([@mansona](https://github.com/mansona))
6+
7+
#### :rocket: Enhancement
8+
* [#19](https://github.com/empress/bottled-ember/pull/19) Fix generation when inside a package that has ember-cli as a dependency ([@mansona](https://github.com/mansona))
9+
10+
#### :house: Internal
11+
* [#20](https://github.com/empress/bottled-ember/pull/20) setup release-it ([@mansona](https://github.com/mansona))
12+
13+
#### Committers: 1
14+
- Chris Manson ([@mansona](https://github.com/mansona))
15+
116
# Changelog

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bottled-ember",
3-
"version": "0.6.2",
3+
"version": "1.0.0",
44
"description": "All the power of EmberJS, itty bitty living space",
55
"repository": "https://github.com/empress/bottled-ember",
66
"license": "MIT",

0 commit comments

Comments
 (0)