From 28610acdb0358d60a7b166f4c3763dfbe10cb993 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 25 Feb 2024 23:24:34 +0900 Subject: [PATCH] chore(main): release 1.0.1 (#273) 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 1d7e1a3..071570e 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.1](https://github.com/nodecg/react-hooks/compare/v1.0.0...v1.0.1) (2024-02-25) + + +### Miscellaneous Chores + +* release 1.0.1 ([0ef130e](https://github.com/nodecg/react-hooks/commit/0ef130e29f041aaec4fa0d5301dac4e239fc143f)) + ## [1.0.0](https://github.com/nodecg/react-hooks/compare/v0.4.1-2...v1.0.0) (2024-01-01) diff --git a/package-lock.json b/package-lock.json index 4079439..d589700 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nodecg/react-hooks", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@nodecg/react-hooks", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "dependencies": { "@nodecg/types": "^2.1.8", diff --git a/package.json b/package.json index c579235..5f9fc23 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nodecg/react-hooks", - "version": "1.0.0", + "version": "1.0.1", "description": "Custom React Hooks for NodeCG", "keywords": [ "custom-hooks",