Skip to content

Commit

Permalink
Release v1.0.4 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesco authored Dec 13, 2021
1 parent ee41ea4 commit 9c11a17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: npm run build
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pod-point/cache-js",
"version": "1.0.3",
"version": "1.0.4",
"description": "A cache service for JS.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 9c11a17

Please sign in to comment.