We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21b3cce commit 19b7b6cCopy full SHA for 19b7b6c
CHANGELOG.md
@@ -5,6 +5,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
5
6
## [Unreleased][Unreleased]
7
8
+
9
10
+## [0.4.0][0.4.0] - 2016-09-01
11
12
Added:
13
14
* Expose API
@@ -60,3 +64,4 @@ This is the very first version.
60
64
[0.1.0]:https://github.com/forfuturellc/mmtc-ke/releases/tag/v0.1.0
61
65
[0.2.0]:https://github.com/forfuturellc/mmtc-ke/releases/tag/v0.2.0
62
66
[0.3.0]:https://github.com/forfuturellc/mmtc-ke/releases/tag/v0.3.0
67
+[0.4.0]:https://github.com/forfuturellc/mmtc-ke/releases/tag/v0.4.0
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "mmtc-ke",
3
- "version": "0.3.0",
+ "version": "0.4.0",
4
"private": true,
"scripts": {
"build": "grunt build",
0 commit comments