Skip to content

Commit 1ce9950

Browse files
committed
Release 1.0.0
1 parent ef5c510 commit 1ce9950

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,14 @@
1+
2+
## v1.0.0 (2022-06-02)
3+
4+
#### :boom: Breaking Change
5+
* [#183](https://github.com/kaliber5/ember-cli-deploy-cloudformation/pull/183) Drop support for node 10 and 12 ([@simonihmig](https://github.com/simonihmig))
6+
7+
#### :house: Internal
8+
* [#186](https://github.com/kaliber5/ember-cli-deploy-cloudformation/pull/186) Setup release-it ([@simonihmig](https://github.com/simonihmig))
9+
* [#181](https://github.com/kaliber5/ember-cli-deploy-cloudformation/pull/181) Configure Renovate ([@renovate[bot]](https://github.com/apps/renovate))
10+
11+
#### Committers: 1
12+
- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))
13+
114
# Changelog

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-deploy-cloudformation",
3-
"version": "0.2.0",
3+
"version": "1.0.0",
44
"description": "An ember-cli-deploy plugin to create/update an AWS CloudFormation stack",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)