diff --git a/.circleci/config.yml b/.circleci/config.yml index ce98eb23..09712a46 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -41,10 +41,10 @@ references: version: 2 jobs: - '10.12.0': + '10.13.0': <<: *base docker: - - image: circleci/node:10.12.0 + - image: circleci/node:10.13.0 '8.12.0': <<: *base @@ -60,6 +60,6 @@ workflows: version: 2 build: jobs: - - 10.12.0 + - 10.13.0 - 8.12.0 - 6.14.2 diff --git a/.node-version b/.node-version index 51fe2f11..ceeec568 100644 --- a/.node-version +++ b/.node-version @@ -1 +1 @@ -v10.12.0 +v10.13.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 1364798f..77f99398 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,13 +2,13 @@ ## [Unreleased] -### Removed +### Changed -- Remove `defer` attribute from `` script tag on docs ([#87](https://github.com/marp-team/marpit/pull/87)) +- Support Node 10.x and use its LTS for development ([#84](https://github.com/marp-team/marpit/pull/84), [#88](https://github.com/marp-team/marpit/pull/88)) -### Changed +### Removed -- Support Node 10.x and use it for development ([#84](https://github.com/marp-team/marpit/pull/84)) +- Remove `defer` attribute from `` script tag on docs ([#87](https://github.com/marp-team/marpit/pull/87)) ## v0.2.0 - 2018-10-10