diff --git a/CHANGELOG.md b/CHANGELOG.md index 825c32f..bdbef69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1,11 @@ # Changelog + +## 1.0.0 (2024-09-26) + +### ⚠ BREAKING CHANGES + +- initial commit + +### Features + +- initial commit ([3ac1eda](https://github.com/incentro-dc/strict-react-context/commit/3ac1eda09e64c0362437e0c71f13f3d1b1293ac1)) diff --git a/package.json b/package.json index 1e8d4af..104379c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "strict-react-context", - "version": "0.0.1", + "version": "1.0.0", "description": "A wrapper around React context that throws an error when a context value is used without being provided.", "keywords": [ "react",