Skip to content

Commit

Permalink
chore(release): 1.8.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Jul 11, 2022
1 parent a6c1e86 commit 579eb7d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [1.8.1](https://github.com/antongolub/action-setup-bun/compare/v1.8.0...v1.8.1) (2022-07-11)

### Fixes & improvements
* refactor: migrate to typescript (#7) ([a6c1e86](https://github.com/antongolub/action-setup-bun/commit/a6c1e864f9e8430fb93050987dd7ee7dbb44eedc))

## [1.8.0](https://github.com/antongolub/action-setup-bun/compare/v1.7.1...v1.8.0) (2022-07-11)

### Features
Expand Down
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.8.0",
"version": "1.8.1",
"private": true,
"description": "Setup GitHub Actions workflow with a specific version of Bun",
"main": "./target/index.js",
Expand Down
2 changes: 1 addition & 1 deletion target/main/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion target/post/index.js

Large diffs are not rendered by default.

0 comments on commit 579eb7d

Please sign in to comment.