Skip to content

Commit

Permalink
Merge pull request #63 from kommitters/v1.1
Browse files Browse the repository at this point in the history
Release for v1.1.5
  • Loading branch information
miguelnietoa authored Jul 15, 2022
2 parents 63ff194 + 507b021 commit 95f702b
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
18 changes: 18 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Publish to npm
on:
release:
types: [created]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v3
with:
node-version: "16.x"
registry-url: "https://registry.npmjs.org"
- run: npm ci
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 1.1.5 (15.07.2022)
* Add workflow for automatic publishing in npm.

## 1.1.4 (14.07.2022)
* Updated yarn.lock packages to fix security vulnerabilities.

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": "editorjs-tooltip",
"version": "1.1.4",
"version": "1.1.5",
"keywords": [
"tool",
"tooltip",
Expand Down

0 comments on commit 95f702b

Please sign in to comment.