Sourced from actions/add-to-project's releases.
v0.6.1
What's Changed
- build(deps-dev): bump eslint-plugin-prettier from 5.0.0 to 5.1.3 by
@dependabot
in actions/add-to-project#514- build(deps-dev): bump concurrently from 8.2.1 to 8.2.2 by
@dependabot
in actions/add-to-project#498- build(deps-dev): bump eslint from 8.49.0 to 8.57.0 by
@dependabot
in actions/add-to-project#520- build(deps): bump github/codeql-action from 2 to 3 by
@dependabot
in actions/add-to-project#507- build(deps): bump actions/upload-artifact from 3 to 4 by
@dependabot
in actions/add-to-project#508- Improve output of
check-dist
workflow by@camchenry
in actions/add-to-project#521- build(deps): bump
@actions/core
from 1.10.0 to 1.10.1 by@dependabot
in actions/add-to-project#470- build(deps): bump
@actions/github
from 5.1.1 to 6.0.0 by@dependabot
in actions/add-to-project#500- build(deps): bump actions/setup-node from 3 to 4 by
@dependabot
in actions/add-to-project#493- Update readme and prepare release by
@talune
in actions/add-to-project#523- build(deps-dev): bump
@types/node
from 16.18.60 to 16.18.91 by@dependabot
in actions/add-to-project#527- build(deps-dev): bump eslint-plugin-jest from 27.6.0 to 27.9.0 by
@dependabot
in actions/add-to-project#525- build(deps-dev): bump
@typescript-eslint/eslint-plugin
from 6.7.0 to 7.0.0 by@dependabot
in actions/add-to-project#524- build(deps-dev): bump typescript from 5.2.2 to 5.4.2 by
@dependabot
in actions/add-to-project#526New Contributors
@camchenry
made their first contribution in actions/add-to-project#521@talune
made their first contribution in actions/add-to-project#523Full Changelog: https://github.com/actions/add-to-project/compare/v0.6.0...v0.6.1
1b844f0
Merge pull request #526 from actions/dependabot/npm_and_yarn/typescript-5.4.24323c7c
Build and package6a865c8
build(deps-dev): bump typescript from 5.2.2 to 5.4.29a27b43
Merge pull request #524 from actions/dependabot/npm_and_yarn/typescript-eslin...01559e7
build(deps-dev): bump @typescript-eslint/eslint-plugin
47ef2f1
Merge pull request #525 from actions/dependabot/npm_and_yarn/eslint-plugin-je...78f1934
build(deps-dev): bump eslint-plugin-jest from 27.6.0 to 27.9.0ddd9152
Merge pull request #527 from actions/dependabot/npm_and_yarn/types/node-16.18.91aed80a1
Merge pull request #523 from actions/prepare-release4bc62d6
Update README.mdSourced from geekyeggo/delete-artifact's releases.
v5.0.0
- Switch to
@actions/artifact
, removing the need for atoken
parameter (Sebastian Weigand) #24v4.1.0
- Add default token.
- Fix over-arching
catch
output; errors now correctly result in a failed run (@TheMrMilchmann
).
Sourced from geekyeggo/delete-artifact's changelog.
Change Log
v5.0
- Switch to
@actions/artifact
, removing the need for atoken
parameter (Sebastian Weigand) #24v4.1
- Add default token.
- Fix over-arching
catch
output; errors now correctly result in a failed run (Leon Linhart) #18v4.0
- Add support for artifacts uploaded with
actions/upload-artifact@v4
.- Add requirement of
token
with read and write access to actions.- Update requests to use GitHub REST API.
- Deprecate support for
actions/upload-artifact@v1
,actions/upload-artifact@v2
, andactions/upload-artifact@v3
(please usegeekyeggo/delete-artifact@v2
).v2.0
- Add support for glob pattern matching via
useGlob
.v1.0
- Initial release.
24928e7
docs: update docs for v5ff19d56
refactor: remove unused global declarations1ca925b
style: linting, and wordingf429ee8
build (deps): bump @actions/artifact
and undici7467c3c
refactor: use @actions/artifact
(#24) - closes #19, #213f83cd6
build: remove tokens