Skip to content

Commit 8968de2

Browse files
committed
chore: release v0.1.4
1 parent 4a572f2 commit 8968de2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/npm-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ jobs:
3535
- name: Transpile to JavaScript
3636
run: yarn transpile
3737

38-
- run: npm publish
38+
- run: npm publish --access=public
3939
env:
4040
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@think-it-labs/typed-error",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "JavaScript Error for TypeScript projects",
55
"private": false,
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)