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

Commit 4d89f35

Browse files
committed
Add CHANGELOG.md
1 parent 2170fed commit 4d89f35

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
webpack.config.js
22
jest.config.js
33
tsconfig.json
4+
CHANGELOG.md
45
.travis.yml
56
src/

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Changelog
2+
3+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0).
4+
5+
This project adheres to [Semantic Versioning](https://semver.org).
6+
7+
## [Unreleased]
8+
9+
## [2.0.0] - 2019-07-13
10+
11+
### Added
12+
13+
- Tests and Travis CI support
14+
- CHANGELOG
15+
16+
### Changed
17+
18+
- Use React hooks instead of classes
19+
- Build library in production mode to decrease size
20+
21+
## [1.0.0] - 2019-03-20
22+
23+
### Added
24+
25+
- Everything
26+
27+
[unreleased]: https://github.com/Xyfir/react-github-gist/compare/2.0.0...HEAD
28+
[2.0.0]: https://github.com/Xyfir/react-github-gist/releases/tag/2.0.0
29+
[1.0.0]: https://github.com/Xyfir/react-github-gist/releases/tag/1.0.0

0 commit comments

Comments
 (0)