Skip to content

Commit

Permalink
Stage v1.0.1 release (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
jharley authored Feb 14, 2023
1 parent 8872650 commit 804456b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# gha-create-asana-task changelog

## v1.0.1 [2023-02-14]

### Bugfixes

- Create Asana task in proper section (#19) | [@q71114](https://github.com/q71114)

### Maintenance

- Bump actions/setup-node from 3.5.1 to 3.6.0 (#14) | [@jharley](https://github.com/jharley)
- Bump axios from 1.2.0 to 1.3.0 (#15) | [@jharley](https://github.com/jharley)
- Bump @vercel/ncc from 0.34.0 to 0.36.1 (#17) | [@jharley](https://github.com/jharley)
- Bump @types/node from 18.11.10 to 18.13.0 (#20) | [@jharley](https://github.com/jharley)
- Bump eslint and eslint-plugin-github (#21) | [@jharley](https://github.com/jharley)
- Bump json5 from 1.0.1 to 1.0.2 (#24) | [@jharley](https://github.com/jharley)

## v1.0.0 [2022-12-05]

- Initial release
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gha-create-asana-task",
"version": "1.0.0",
"version": "1.0.1",
"description": "Create Asana task Github Action",
"main": "lib/main.js",
"scripts": {
Expand Down

0 comments on commit 804456b

Please sign in to comment.