Skip to content

Commit

Permalink
feat: Setup automated relases
Browse files Browse the repository at this point in the history
  • Loading branch information
EntraptaJ committed Mar 28, 2020
1 parent 2f1dc2d commit 508d2c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
"@semantic-release/git",
{
"assets": [
"docs/CHANGELOG.md"
"docs/CHANGELOG.md",
"package.json",
"package-lock.json"
]
}
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@k-foss/ts-esnode",
"version": "1.2.1",
"version": "1.2.2",
"description": "TS-ESNode is a Node.JS v13 Experimental loader hook for transpiling ESNext TypeScript to ESNext ESModule Node.JS Code on the fly",
"main": "out/dist/index.js",
"type": "module",
Expand Down

0 comments on commit 508d2c0

Please sign in to comment.