Skip to content
This repository was archived by the owner on Jan 6, 2024. It is now read-only.

Commit 6ba631c

Browse files
committed
Bump version
1 parent be360a5 commit 6ba631c

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ This project adheres to [Semantic Versioning](https://semver.org).
66

77
## [Unreleased]
88

9+
## [2.0.1] - 2019-07-14
10+
11+
### Fixed
12+
13+
- Travis CI's npm publishing
14+
915
## [2.0.0] - 2019-07-13
1016

1117
### Added
@@ -24,6 +30,7 @@ This project adheres to [Semantic Versioning](https://semver.org).
2430

2531
- Everything
2632

27-
[unreleased]: https://github.com/Xyfir/react-github-gist/compare/2.0.0...HEAD
33+
[unreleased]: https://github.com/Xyfir/react-github-gist/compare/2.0.1...HEAD
34+
[2.0.1]: https://github.com/Xyfir/react-github-gist/releases/tag/2.0.1
2835
[2.0.0]: https://github.com/Xyfir/react-github-gist/releases/tag/2.0.0
2936
[1.0.0]: https://github.com/Xyfir/react-github-gist/releases/tag/1.0.0

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-github-gist",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Embed a gist from Github with React.",
55
"types": "dist/ReactGithubGist.d.ts",
66
"main": "dist/ReactGithubGist.js",

0 commit comments

Comments
 (0)