From 28c18eb8bf381ec97937cba3d56aa64d638dd7c1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 22 Mar 2024 23:17:48 +0900 Subject: [PATCH] chore(main): release 1.0.3 (#276) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fcfb722..c82c7ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.0.3](https://github.com/nodecg/react-hooks/compare/v1.0.2...v1.0.3) (2024-03-22) + + +### Bug Fixes + +* **types:** allow using interface for replicant type ([367c457](https://github.com/nodecg/react-hooks/commit/367c4571f80555de41e8e764b3635f05fb43cce3)) + ## [1.0.2](https://github.com/nodecg/react-hooks/compare/v1.0.1...v1.0.2) (2024-03-08) diff --git a/package-lock.json b/package-lock.json index 6858c1e..b026cd6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nodecg/react-hooks", - "version": "1.0.2", + "version": "1.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@nodecg/react-hooks", - "version": "1.0.2", + "version": "1.0.3", "license": "MIT", "dependencies": { "@nodecg/types": "^2.1.8", diff --git a/package.json b/package.json index 53b27f1..65ac8c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nodecg/react-hooks", - "version": "1.0.2", + "version": "1.0.3", "description": "Custom React Hooks for NodeCG", "keywords": [ "custom-hooks",