Skip to content

Commit

Permalink
chore(release): 1.0.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Jul 9, 2022
1 parent b9fe6e3 commit af225dc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
## [1.0.1](https://github.com/antongolub/action-setup-bun/compare/v1.0.0...v1.0.1) (2022-07-09)

### Fixes & improvements
* fix: move to @actions/exec ([b9fe6e3](https://github.com/antongolub/action-setup-bun/commit/b9fe6e31a2ed50b14935444ae558d3cce0a33282))

## [1.0.0](https://github.com/antongolub/action-setup-bun/compare/undefined...v1.0.0) (2022-07-09)

### Features
* feat: add bun installer ([ab211ad](https://github.com/antongolub/action-setup-bun/commit/ab211ad3d6aa70162c07c9848d2e4d23efced506))


2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "action-setup-bun",
"version": "1.0.0",
"version": "1.0.1",
"description": "Setup GitHub Actions workflow with a specific version of Bun",
"main": "./src/main/js/index.js",
"scripts": {
Expand Down

0 comments on commit af225dc

Please sign in to comment.