Skip to content

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yhatt committed Nov 14, 2018
1 parent 5c8ecae commit 05bdd6e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

## v0.3.0 - 2018-11-14

### Breaking

- No longer work with Node v6.14.2 and v6.14.3 ([#93](https://github.com/marp-team/marpit/pull/93))
Expand All @@ -11,6 +13,10 @@
- Add docsify style and its build script ([#91](https://github.com/marp-team/marpit/issues/91), [#93](https://github.com/marp-team/marpit/pull/93))
- Support the scoped inline style through `<style scoped>` ([#85](https://github.com/marp-team/marpit/issues/85), [#94](https://github.com/marp-team/marpit/pull/94))

### Changed

- Upgrade dependent packages to latest version ([#95](https://github.com/marp-team/marpit/pull/95))

## v0.2.1 - 2018-11-05

### Changed
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": "@marp-team/marpit",
"version": "0.2.1",
"version": "0.3.0",
"description": "The skinny framework for creating slide deck from Markdown",
"license": "MIT",
"author": {
Expand Down

0 comments on commit 05bdd6e

Please sign in to comment.