From 73ec5eedb6042305b53ac6d190b64c0076334457 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 22 Apr 2023 09:02:36 +0000 Subject: [PATCH] chore(main): release 1.0.0-rc.7 --- CHANGELOG.md | 24 ++++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 27 insertions(+), 3 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..1c662a3 --- /dev/null +++ b/CHANGELOG.md @@ -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)) diff --git a/package-lock.json b/package-lock.json index 256b14f..cc4956a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "keat", - "version": "1.0.0-rc.6", + "version": "1.0.0-rc.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "keat", - "version": "1.0.0-rc.6", + "version": "1.0.0-rc.7", "license": "MIT", "devDependencies": { "@babel/preset-env": "7.21.4", diff --git a/package.json b/package.json index 3c68b25..9b5d8e8 100644 --- a/package.json +++ b/package.json @@ -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",