Skip to content

Commit

Permalink
0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yhatt committed Jul 9, 2019
1 parent d25e429 commit 1719691
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

## v0.12.0 - 2019-07-09

### Added

- `--images` option for conversion into multiple image files ([#71](https://github.com/marp-team/marp-cli/issues/71), [#123](https://github.com/marp-team/marp-cli/pull/123))
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
env:
TARGET: win

- script: yarn standalone:upload
- script: yarn standalone:pack:upload
displayName: Upload created package to the asset of GitHub release
env:
GITHUB_TOKEN: $(githubToken)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@marp-team/marp-cli",
"version": "0.11.3",
"version": "0.12.0",
"description": "A CLI interface for Marp and Marpit based converters",
"license": "MIT",
"author": {
Expand Down

0 comments on commit 1719691

Please sign in to comment.