Skip to content

Commit

Permalink
prep 2.1.0 release (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
jharley authored Oct 25, 2022
1 parent a5645b3 commit 9b348ad
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# gha-buildevents changelog

## v2.1.0 [2022-10-25]

### Enhancements

- Documentation improvements (#146, #147, #156) | [@mjayaram](https://github.com/mjayaram)
- Construct the buildevents executable name from platform and arch (#157) | [@dougwettlaufer](https://github.com/dougwettlaufer)

### Maintenance

- Bump gha-buildevents to v2 and fix CI (#158) | [@jharley](https://github.com/jharley)
- Bump actions/checkout from 2 to 3 (#149) | [@jharley](https://github.com/jharley)
- Bump @typescript-eslint/eslint-plugin from 4.22.0 to 4.33.0 (#155) | [@jharley](https://github.com/jharley)
- Bump @types/logfmt from 1.2.1 to 1.2.2 (#154) | [@jharley](https://github.com/jharley)
- Bump @actions/core from 1.9.1 to 1.10.0 (#150) | [@jharley](https://github.com/jharley)
- Bump @actions/io from 1.1.0 to 1.1.2 (#152) | [@jharley](https://github.com/jharley)
- Bump typescript from 4.2.4 to 4.8.4 (#153) | [@jharley](https://github.com/jharley)
- Upgrade ncc to vercel-maintained version (#159) | [@jharley](https://github.com/jharley)

## v2.0.0 [2022-09-16]

### Breaking Change and Enhancement
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gha-buildevents",
"version": "2.0.0",
"version": "2.1.0",
"description": "GitHub Actions to integrate Honeycomb's buidlevents tool into your workflows",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 9b348ad

Please sign in to comment.