diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a92832..168d344 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.1](https://github.com/awibox/react-promise-loader/compare/v1.1.0...v1.1.1) (2021-03-06) + + +### Bug Fixes + +* switch to dist dir ([5a38064](https://github.com/awibox/react-promise-loader/commit/5a38064dba6e3a9b4b4866bf6040a46601e3c474)) + # [1.1.0](https://github.com/awibox/react-promise-loader/compare/v1.0.1...v1.1.0) (2021-03-06) diff --git a/package.json b/package.json index 164689a..44cff53 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-promise-loader", - "version": "1.1.0", + "version": "1.1.1", "description": "This is a NPM package with a component for React that will help you display the loader at use react-promise-tracker", "main": "./dist/index.js", "scripts": {