From d7168c375c5059247e6d1685012f6f60006f1105 Mon Sep 17 00:00:00 2001 From: Frederico Estrela Date: Fri, 8 Dec 2023 12:34:20 +0100 Subject: [PATCH] =?UTF-8?q?ci:=20=F0=9F=8E=A1=20prepare=20action=20with=20?= =?UTF-8?q?release=20(#3)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * ci: 🎡 prepare action with release * chore(release): 0.0.2 --------- Co-authored-by: Automated --- .github/workflows/bump-version.yaml | 2 +- .github/workflows/test.yaml | 1 + CHANGELOG.md | 5 +++++ package.json | 4 ++-- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/workflows/bump-version.yaml b/.github/workflows/bump-version.yaml index 96bac01..145cb90 100644 --- a/.github/workflows/bump-version.yaml +++ b/.github/workflows/bump-version.yaml @@ -19,7 +19,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - - uses: ./.github/workflows/test + - uses: ./.github/actions/test - name: Generate tag run: | diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index e4eff39..1e43870 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -19,4 +19,5 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 + - uses: ./.github/actions/test \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..077d292 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,5 @@ +# Changelog + +All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. + +## 0.0.2 (2023-12-08) diff --git a/package.json b/package.json index d641e83..cd829f2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mirohq/websdk-react-hooks", - "version": "0.0.1", + "version": "0.0.2", "description": "Collection of React Hooks wrappers for Miro WebSDK", "main": "esm/index.js", "module": "esm/index.js", @@ -98,4 +98,4 @@ "@types/lodash": "^4.14.202", "@types/react": "^18.2.41" } -} \ No newline at end of file +}