From dee2ed2d4b2e22b593707e5c0cc4d2884ecc4ed1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 14 Apr 2023 14:21:36 +0000 Subject: [PATCH] chore(main): release 1.0.0 --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..63de98c --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,15 @@ +# Changelog + +## 1.0.0 (2023-04-14) + + +### ⚠ BREAKING CHANGES + +* version 1 +* Initial implementation + +### Features + +* add caches and keyed version ([7067c65](https://github.com/cprecioso/react-suspense/commit/7067c650e33025fe9b9dc77259fde0c2814c8630)) +* Initial implementation ([0c38729](https://github.com/cprecioso/react-suspense/commit/0c38729dcba1c1d771048837d5b2a765ed984f14)) +* version 1 ([561d3bc](https://github.com/cprecioso/react-suspense/commit/561d3bcb770dfabf556bae8a27177555931c8655)) diff --git a/package.json b/package.json index ca15ca0..887c08c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cprecioso/react-suspense", - "version": "0.1.0", + "version": "1.0.0", "description": "@cprecioso/react-suspense description", "repository": { "type": "git",