Skip to content

Commit

Permalink
0.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Mar 26, 2024
1 parent 9a438eb commit b81fff4
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/NPM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,12 @@ jobs:
continue-on-error: true
working-directory: .
run: |
npm install --legacy-peer-deps
npm publish --legacy-peer-deps --provenance
npm install \
--legacy-peer-deps \
--strict-peer-dependencies=false
npm publish \
--legacy-peer-deps \
--strict-peer-dependencies=false \
--provenance
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.4.8

- Cleanup

## 0.4.7

- Cleanup
Expand Down
2 changes: 1 addition & 1 deletion Target/Class/TypeScriptESBuild.js

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": "typescript-esbuild",
"version": "0.4.7",
"version": "0.4.8",
"private": false,
"description": "🌀 ESBuild Wrapper.",
"keywords": [
Expand Down

0 comments on commit b81fff4

Please sign in to comment.