Skip to content

Commit

Permalink
update changelog for 0.6.0-alpha.3
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhu2000 committed Aug 4, 2019
1 parent 4c9daa0 commit d7e5738
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).

## 0.6.0-alpha.3

- fix missing `"` from `.babelrc` in readme per [PR #77](https://github.com/davidhu2000/react-spinners/pull/77)
- add tests for `ClipLoader`, `DotLoader`, `FadeLoader`, `GridLoader`, `HashLoader`, and `MoonLoader`

## 0.6.0-alpha.2

- **bugfix**: update `tsconfig.json` `module` property to `commonjs` instead of `esnext`. This caused import errors as seen in [issue 74](https://github.com/davidhu2000/react-spinners/issues/74)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-spinners",
"version": "0.6.0-alpha.2",
"version": "0.6.0-alpha.3",
"description": "A collection of react loading spinners",
"repository": {
"type": "git",
Expand Down

0 comments on commit d7e5738

Please sign in to comment.