Skip to content

Commit 6e02d74

Browse files
committed
Release 6.0.3
1 parent d808042 commit 6e02d74

File tree

2 files changed

+17
-14
lines changed

2 files changed

+17
-14
lines changed

CHANGELOG.md

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## v6.0.3 (2019-12-23)
2+
3+
#### :memo: Documentation
4+
* [#399](https://github.com/alexdiliberto/ember-transformicons/pull/399) fix github actions status readme badge ([@alexdiliberto](https://github.com/alexdiliberto))
5+
* [#393](https://github.com/alexdiliberto/ember-transformicons/pull/393) update changelog history to use lerna-changelog format ([@alexdiliberto](https://github.com/alexdiliberto))
6+
7+
#### :house: Internal
8+
* [#398](https://github.com/alexdiliberto/ember-transformicons/pull/398) actions/cache for CI ([@alexdiliberto](https://github.com/alexdiliberto))
9+
* [#397](https://github.com/alexdiliberto/ember-transformicons/pull/397) ember-cli-update to 3.15.1 ([@alexdiliberto](https://github.com/alexdiliberto))
10+
* [#396](https://github.com/alexdiliberto/ember-transformicons/pull/396) remove .jsbeautifyrc ([@alexdiliberto](https://github.com/alexdiliberto))
11+
* [#395](https://github.com/alexdiliberto/ember-transformicons/pull/395) remove travis ([@alexdiliberto](https://github.com/alexdiliberto))
12+
* [#394](https://github.com/alexdiliberto/ember-transformicons/pull/394) remove chglog ([@alexdiliberto](https://github.com/alexdiliberto))
13+
14+
#### Committers: 1
15+
- Alex DiLiberto ([@alexdiliberto](https://github.com/alexdiliberto))
16+
117
## v6.0.0 (2019-12-22)
218

319
#### :boom: Breaking Change
@@ -23,7 +39,6 @@
2339
- Alex DiLiberto ([@alexdiliberto](https://github.com/alexdiliberto))
2440
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)
2541

26-
2742
## v5.0.2 (2019-12-01)
2843

2944
#### :rocket: Enhancement
@@ -35,7 +50,6 @@
3550
#### Committers: 1
3651
- Alex DiLiberto ([@alexdiliberto](https://github.com/alexdiliberto))
3752

38-
3953
## v5.0.0 (2019-11-29)
4054

4155
#### :boom: Breaking Change
@@ -49,7 +63,6 @@
4963
- Alex DiLiberto ([@alexdiliberto](https://github.com/alexdiliberto))
5064
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)
5165

52-
5366
## v4.0.2 (2019-10-19)
5467

5568
#### :house: Internal
@@ -59,7 +72,6 @@
5972
- Alex DiLiberto ([@alexdiliberto](https://github.com/alexdiliberto))
6073
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)
6174

62-
6375
## v4.0.0 (2019-07-29)
6476

6577
#### :house: Internal
@@ -72,7 +84,6 @@
7284
- Alex DiLiberto ([@alexdiliberto](https://github.com/alexdiliberto))
7385
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)
7486

75-
7687
## v2.3.0 (2019-02-23)
7788

7889
#### :rocket: Enhancement
@@ -89,7 +100,6 @@
89100
#### Committers: 1
90101
- Alex DiLiberto ([@alexdiliberto](https://github.com/alexdiliberto))
91102

92-
93103
## v2.2.0 (2018-09-03)
94104

95105
#### :rocket: Enhancement
@@ -102,7 +112,6 @@
102112
#### Committers: 1
103113
- Alex DiLiberto ([@alexdiliberto](https://github.com/alexdiliberto))
104114

105-
106115
## v2.1.0 (2018-07-21)
107116

108117
#### :memo: Documentation
@@ -111,7 +120,6 @@
111120
#### Committers: 1
112121
- Alex DiLiberto ([@alexdiliberto](https://github.com/alexdiliberto))
113122

114-
115123
## v2.0.3 (2018-05-03)
116124

117125
#### :rocket: Enhancement
@@ -124,7 +132,6 @@
124132
#### Committers: 1
125133
- Alex DiLiberto ([@alexdiliberto](https://github.com/alexdiliberto))
126134

127-
128135
## v2.0.1 (2017-10-09)
129136

130137
#### :house: Internal
@@ -135,7 +142,6 @@
135142
#### Committers: 1
136143
- Alex DiLiberto ([@alexdiliberto](https://github.com/alexdiliberto))
137144

138-
139145
## v2.0.0 (2017-09-03)
140146

141147
#### :boom: Breaking Change
@@ -144,7 +150,6 @@
144150
#### Committers: 1
145151
- Alex DiLiberto ([@alexdiliberto](https://github.com/alexdiliberto))
146152

147-
148153
## v1.1.0 (2017-08-24)
149154

150155
#### :house: Internal
@@ -157,7 +162,6 @@
157162
#### Committers: 1
158163
- Alex DiLiberto ([@alexdiliberto](https://github.com/alexdiliberto))
159164

160-
161165
## v1.0.3 (2017-07-10)
162166

163167
#### :house: Internal
@@ -168,7 +172,6 @@
168172
#### Committers: 1
169173
- Alex DiLiberto ([@alexdiliberto](https://github.com/alexdiliberto))
170174

171-
172175
## v1.0.2 (2017-06-17)
173176

174177
#### :house: Internal

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-transformicons",
3-
"version": "6.0.2",
3+
"version": "6.0.3",
44
"description": "Transformicons for Ember: Animated icons, symbols and buttons",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)