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

Commit

Permalink
Add CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MrXyfir committed Jul 14, 2019
1 parent 2170fed commit 4d89f35
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
webpack.config.js
jest.config.js
tsconfig.json
CHANGELOG.md
.travis.yml
src/
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Changelog

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0).

This project adheres to [Semantic Versioning](https://semver.org).

## [Unreleased]

## [2.0.0] - 2019-07-13

### Added

- Tests and Travis CI support
- CHANGELOG

### Changed

- Use React hooks instead of classes
- Build library in production mode to decrease size

## [1.0.0] - 2019-03-20

### Added

- Everything

[unreleased]: https://github.com/Xyfir/react-github-gist/compare/2.0.0...HEAD
[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

0 comments on commit 4d89f35

Please sign in to comment.