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

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
MrXyfir committed Jul 14, 2019
1 parent be360a5 commit 6ba631c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ This project adheres to [Semantic Versioning](https://semver.org).

## [Unreleased]

## [2.0.1] - 2019-07-14

### Fixed

- Travis CI's npm publishing

## [2.0.0] - 2019-07-13

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

- Everything

[unreleased]: https://github.com/Xyfir/react-github-gist/compare/2.0.0...HEAD
[unreleased]: https://github.com/Xyfir/react-github-gist/compare/2.0.1...HEAD
[2.0.1]: https://github.com/Xyfir/react-github-gist/releases/tag/2.0.1
[2.0.0]: https://github.com/Xyfir/react-github-gist/releases/tag/2.0.0
[1.0.0]: https://github.com/Xyfir/react-github-gist/releases/tag/1.0.0
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-github-gist",
"version": "2.0.0",
"version": "2.0.1",
"description": "Embed a gist from Github with React.",
"types": "dist/ReactGithubGist.d.ts",
"main": "dist/ReactGithubGist.js",
Expand Down

0 comments on commit 6ba631c

Please sign in to comment.