Skip to content

Commit 8bca2f4

Browse files
committed
Version 1.0.6
1 parent 3a79c61 commit 8bca2f4

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11

2+
1.0.6 / 2018-01-18
3+
==================
4+
5+
* Fix publish of previous version
6+
7+
1.0.6 / 2018-01-18
8+
==================
9+
10+
11+
212
1.0.5 / 2018-01-18
313
==================
414

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "cloudinary-react",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "Present Cloudinary images and videos using React components",
55
"main": "lib/index.js",
66
"scripts": {
77
"test": "node_modules/.bin/mocha --require babel-core/register test/.setup.js --recursive test",
8-
"compile": "node_modules/.bin/babel src -d lib && cd src && find . -name package.json -exec cp --parents '{}' ../lib \\; -print",
8+
"compile": "node_modules/.bin/babel src -d lib && cd src && find . -name package.json -exec gcp --parents '{}' ../lib \\; -print",
99
"dist": "node_modules/.bin/webpack",
1010
"storybook": "start-storybook -p 6006",
1111
"build-storybook": "build-storybook"

0 commit comments

Comments
 (0)