Skip to content

Commit

Permalink
[ci skip] Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yhatt committed Jan 12, 2020
1 parent 7ea9159 commit 991b5fe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased]

### Added

- `@marp-team/marpit/plugin` for creating Marpit plugin ([#214](https://github.com/marp-team/marpit/issues/214), [#217](https://github.com/marp-team/marpit/pull/217))

### Changed

- Upgrade dependent packages to the latest version ([#211](https://github.com/marp-team/marpit/pull/211), [#213](https://github.com/marp-team/marpit/pull/213), [#216](https://github.com/marp-team/marpit/pull/216))
Expand All @@ -11,6 +15,7 @@
### Removed

- CI test against EOL Node 8 ([#216](https://github.com/marp-team/marpit/pull/216))
- `Marpit` prefixes in the name of some type definitions for TypeScript ([#217](https://github.com/marp-team/marpit/pull/217))

## v1.4.2 - 2019-11-06

Expand Down
4 changes: 3 additions & 1 deletion api.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ import { Element, Marpit, Theme, ThemeSet } from '@marp-team/marpit'

### Modules _(for internal)_

**Modules** section is documented about internal modules, that is includes plugins of markdown-it and PostCSS. Basically _Marpit user should not use internal module directly._
**Modules** section is documented about internal modules, that is includes plugins of markdown-it and PostCSS.

Basically _Marpit user should not use internal module directly._

---

Expand Down

0 comments on commit 991b5fe

Please sign in to comment.