Skip to content

Commit

Permalink
pinned parcel-bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
vstirbu committed Mar 11, 2021
1 parent d7eb58c commit 28f2bca
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ name: Publish
on:
push:
tags:
- "v*"
- 'v*'

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v2

- name: Use Nodejs 12
uses: actions/setup-node@v1
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 1.6.1 / 2020-03-11

- pinned parcel-bundler
- updated publish workflow

## 1.6.0 / 2020-03-11

- support for mermaid metadata in [structured field values](https://www.rfc-editor.org/rfc/rfc8941.html) format
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Mermaid Preview",
"description": "Previews Mermaid diagrams in Visual Studio Code",
"license": "MIT",
"version": "1.6.0",
"version": "1.6.1",
"publisher": "vstirbu",
"bugs": {
"url": "https://github.com/vstirbu/vscode-mermaid-preview/issues"
Expand Down
2 changes: 1 addition & 1 deletion previewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"react-dom": "^16.12.0"
},
"devDependencies": {
"parcel-bundler": "^1.12.4"
"parcel-bundler": "1.12.3"
}
}

0 comments on commit 28f2bca

Please sign in to comment.