Skip to content
This repository was archived by the owner on Nov 3, 2021. It is now read-only.

Commit 2bd3bda

Browse files
authored
Update version to 1.1.0 (#7)
1 parent 13df326 commit 2bd3bda

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ node_modules
22
/npm-debug.log*
33
.DS_Store
44
lib/
5+
.idea/

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 1.1.0
4+
* Update to Babel 6 and bump node testing version to 5.11.1
5+
36
## 1.0.5
47

58
* Bump to allow for React ^15.1.0, still supporting ^0.14.3

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "interpolate-components",
3-
"version": "1.0.5",
3+
"version": "1.1.0",
44
"description": "Convert strings into structured React components.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)