Skip to content

Commit

Permalink
chore(main): release 1.0.0-rc.7
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and WitoDelnat committed Apr 22, 2023
1 parent 7369931 commit 73ec5ee
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 3 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Changelog

## [1.0.0-rc.7](https://github.com/WitoDelnat/keat/compare/v1.0.0-rc.5...v1.0.0-rc.7) (2023-04-22)


### Features

* add change to localStorage plugin ([a264145](https://github.com/WitoDelnat/keat/commit/a264145b0d6e5d0c98bf58efc39994ab60aca06a))
* add LaunchDarkly integration ([acfb6e7](https://github.com/WitoDelnat/keat/commit/acfb6e79800c16467b53122fb20eaf9ba66201fa))
* add LaunchDarkly integration ([8c4f441](https://github.com/WitoDelnat/keat/commit/8c4f441cb3f479820c570ca94f8c39d05ae9f493))
* add launchDarkly test ([3b923f1](https://github.com/WitoDelnat/keat/commit/3b923f1ecf0c809e9899c4a4a600578d50c0306e))
* add posthog integration ([b7a1299](https://github.com/WitoDelnat/keat/commit/b7a12993362768ce0f368cc3fdd8ae62a93cac72))
* add storybook ([c7081aa](https://github.com/WitoDelnat/keat/commit/c7081aa3109bc8e23e830a19f7a2748e507f15e7))
* improve plugin API ([13ce909](https://github.com/WitoDelnat/keat/commit/13ce9099a76c01077ed14b8aad9c006734642931))


### Bug Fixes

* fix build ([75f7777](https://github.com/WitoDelnat/keat/commit/75f777717a784793a5719f3dd35b5f4ea69a8776))


### Miscellaneous Chores

* release rc 7 ([1fb270f](https://github.com/WitoDelnat/keat/commit/1fb270fe4877eb1f999dc7bfc2888faf243a476a))
4 changes: 2 additions & 2 deletions 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
@@ -1,6 +1,6 @@
{
"name": "keat",
"version": "1.0.0-rc.6",
"version": "1.0.0-rc.7",
"type": "module",
"source": "src/index.ts",
"module": "lib/index.js",
Expand Down

0 comments on commit 73ec5ee

Please sign in to comment.