diff --git a/CHANGELOG b/CHANGELOG index bb5d5dd..f5516ea 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 diff --git a/package-lock.json b/package-lock.json index 6751065..14de10c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "gha-buildevents", - "version": "2.0.0", + "version": "2.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "gha-buildevents", - "version": "2.0.0", + "version": "2.1.0", "license": "MIT", "dependencies": { "@actions/core": "^1.10.0", diff --git a/package.json b/package.json index 01fd597..ccff2c7 100644 --- a/package.json +++ b/package.json @@ -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": {