Skip to content

Commit

Permalink
ci: 🎡 prepare action with release (#3)
Browse files Browse the repository at this point in the history
* ci: 🎡 prepare action with release

* chore(release): 0.0.2

---------

Co-authored-by: Automated <[email protected]>
  • Loading branch information
fredcido and Automated authored Dec 8, 2023
1 parent 0fb3887 commit d7168c3
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bump-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- uses: ./.github/workflows/test
- uses: ./.github/actions/test

- name: Generate tag
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3

- uses: ./.github/actions/test
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -98,4 +98,4 @@
"@types/lodash": "^4.14.202",
"@types/react": "^18.2.41"
}
}
}

0 comments on commit d7168c3

Please sign in to comment.