We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f86b0b2 commit ccf427bCopy full SHA for ccf427b
CHANGELOG.md
@@ -1,4 +1,10 @@
1
2
+<a name="0.2.1"></a>
3
+# 0.2.1 (2017-07-18)
4
+
5
+* **license:** Add an Apache license.
6
+* **dependancies:** Update `rxjs` version inside `package.json`.
7
8
<a name="0.2.0"></a>
9
# 0.2.0 (2017-03-30)
10
package.json
@@ -1,6 +1,6 @@
{
"name": "angular-split",
- "version": "0.2.0",
+ "version": "0.2.1",
"description": "Angular (2+) UI library to split views using CSS flexbox layout.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
0 commit comments