Skip to content

Commit

Permalink
chore(release): 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dackmin committed Jun 1, 2021
1 parent 0bc65f3 commit d54af87
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.2.0](https://github.com/p3ol/react-access/compare/v1.1.4...v1.2.0) (2021-06-01)


### Features

* add prop to explicitly rely on current restricted content ref ([f7b2817](https://github.com/p3ol/react-access/commit/f7b2817867941600db10c9c83bd9734c9ed1894d))
* delay paywall mount to correctly handle restricted content ([46c4f44](https://github.com/p3ol/react-access/commit/46c4f4441f852503858066ae13d89e509910b5bd))

### [1.1.4](https://github.com/p3ol/react-access/compare/v1.1.3...v1.1.4) (2021-05-31)


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": "@poool/react-access",
"version": "1.1.4",
"version": "1.2.0",
"description": "The easiest way to add Poool Access to your React app ✨",
"main": "dist/poool-react-access.cjs.js",
"repository": "https://github.com/p3ol/react-access.git",
Expand Down

0 comments on commit d54af87

Please sign in to comment.