Skip to content

Commit

Permalink
Release v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
harryitz committed Jul 10, 2024
1 parent 033b8ca commit 3d613a6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ jobs:
- name: Build
run: npm run build

- run: npm publish
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules
node_modules
dist
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aurateam/emojikitchen",
"version": "1.0.0",
"version": "1.0.1",
"description": "Library to mix emojis use api https://emojikitchen.dev for NodeJS",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 3d613a6

Please sign in to comment.