Skip to content

Commit

Permalink
release $npm_package_version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mastermindzh committed Jan 27, 2021
1 parent 3e9e988 commit 50216ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ export default class CookieConsent extends React.Component<CookieConsentProps, {
* to: https://web.dev/samesite-cookie-recipes/#handling-incompatible-clients
* @param {*} name optional name of the cookie
*/
export function getCookieConsentValue(name?: string);
export function getCookieConsentValue(name?: string): string;

export { Cookies };
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "Rick van Lieshout",
"email": "info@rickvanlieshout.com"
},
"version": "6.2.1",
"version": "6.2.2",
"description": "A small, simple and customizable cookie consent bar for use in React applications.",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down

0 comments on commit 50216ee

Please sign in to comment.