Skip to content

Commit f8cc9ea

Browse files
author
Peter Marton
committed
chore(package): bump version to 1.0.2
1 parent 482b1c4 commit f8cc9ea

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+
<a name="1.0.2"></a>
2+
## 1.0.2 (2017-05-23)
3+
4+
* fix(transform/secret): data key ([6256c37](https://github.com/RisingStack/anchor/commit/6256c37))
5+
* test(transform/pod): cover with tests ([ce1214c](https://github.com/RisingStack/anchor/commit/ce1214c))
6+
* test(transform/secret): cover with tests ([bc0d1f1](https://github.com/RisingStack/anchor/commit/bc0d1f1))
7+
* test(transform/service): cover with tests ([482b1c4](https://github.com/RisingStack/anchor/commit/482b1c4))
8+
* chore(package): add CHANGELOG.md ([b8adc6d](https://github.com/RisingStack/anchor/commit/b8adc6d))
9+
10+
11+
112
<a name="1.0.1"></a>
213
## 1.0.1 (2017-05-22)
314

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@risingstack/anchor",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Creates Helm charts from Kubernetes resources.",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)