Skip to content
This repository has been archived by the owner on Oct 4, 2022. It is now read-only.

Commit

Permalink
v4.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
anmdotdev committed Feb 19, 2020
1 parent cb5ff3f commit ab9d35e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
### Features

- 4.2.3

- Fix: install error at 4.2.2. #53

- 4.2.2

- Fix: useEffect not cancelling timeouts. #49
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ yarn - v1
### Environment

1. Fork and clone the repo
2. Run `yarn install` to install dependencies
2. Run `yarn setup` to install dependencies
3. Create a branch for your PR with `git checkout -b pr/your-branch-name`

> Tip: Keep your `master` branch pointing at the original repository and make
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "cogo-toast",
"description": "Beautiful, Zero Configuration, Toast Messages - Built with React",
"version": "4.2.2",
"version": "4.2.3",
"license": "MIT",
"scripts": {
"install": "cd docs && yarn install",
"setup": "yarn install && cd docs && yarn install",
"add-contributor": "all-contributors add",
"dev-npm": "rollup -c -w",
"dev-docs": "cd docs && yarn run dev",
Expand Down

0 comments on commit ab9d35e

Please sign in to comment.