Skip to content

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.1.2](https://github.com/ipfs/js-ipfs/compare/example-browser-create-react-app@[email protected]) (2020-04-08)
7+
8+
**Note:** Version bump only for package example-browser-create-react-app
9+
10+
11+
12+
13+
614
## 0.1.1 (2020-03-31)
715

816
**Note:** Version bump only for package example-browser-create-react-app

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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
22
"name": "example-browser-create-react-app",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"private": true,
55
"dependencies": {
66
"dot-prop": "^5.0.0",
7-
"ipfs": "^0.42.0",
7+
"ipfs": "^0.42.1",
88
"ipfs-css": "^0.13.1",
99
"react": "^16.8.6",
1010
"react-dom": "^16.8.6",
1111
"react-scripts": "^3.2.0",
1212
"tachyons": "^4.11.1"
1313
},
1414
"devDependencies": {
15-
"test-ipfs-example": "^2.0.0"
15+
"test-ipfs-example": "^2.0.1"
1616
},
1717
"scripts": {
1818
"start": "react-scripts start",

0 commit comments

Comments
 (0)