Skip to content

Commit

Permalink
Merge branch 'release/v3.1.1' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
manuth committed Oct 13, 2020
2 parents db0da43 + 106751e commit e0d1869
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ steps:
- name: prepare release
image: node:lts
commands:
- npx vsce --no-yarn package
- npx vsce package --no-yarn
- npm install escape-string-regexp
- node -e "console.log(require('escape-string-regexp')('${DRONE_TAG}'))" > TagName.txt
when:
Expand Down
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## MarkdownConverter [Unreleased]

[Show differences](https://github.com/manuth/MarkdownConverter/compare/v3.1.0...dev)
[Show differences](https://github.com/manuth/MarkdownConverter/compare/v3.1.1...dev)

## MarkdownConverter v3.1.1
- Fix broken Drone CI script

[Show differences](https://github.com/manuth/MarkdownConverter/compare/v3.1.0...v3.1.1)

## MarkdownConverter v3.1.0
- Moved from `gulp` and `browserify` to `webpack`
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "markdown-converter",
"version": "3.1.0",
"version": "3.1.1",
"private": true,
"description": "A markdown-converter for Visual Studio Code",
"author": "Manuel Thalmann <m@nuth.ch> (https://nuth.ch)",
Expand Down

0 comments on commit e0d1869

Please sign in to comment.