Skip to content

Commit

Permalink
1.4.0
Browse files Browse the repository at this point in the history
- Replace ncc with tsup to address issues with dynamic imports
- Rollback usage of modules because it breaks dynamic import at runners
- Fix .nvm version
- Use exact version for eslint-plugin-node
- Add SECURITY.md docs
  • Loading branch information
stefanmaric committed Jul 24, 2023
1 parent e0981ff commit 6a82feb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Unreleased


## 1.4.0 - 2023-07-24

- Replace ncc with tsup to address issues with dynamic imports
- Rollback usage of modules because it breaks dynamic import at runners
- Fix .nvm version
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": "action-slacksync",
"version": "1.3.0",
"version": "1.4.0",
"private": true,
"description": "Sync job status with Slack",
"main": "dist/index.js",
Expand Down

0 comments on commit 6a82feb

Please sign in to comment.