Skip to content

Commit

Permalink
Release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
webketje committed Dec 7, 2022
1 parent b5a11b3 commit 10360a0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,17 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v1.3.0](https://github.com/metalsmith/drafts/compare/v1.2.0...v1.3.0)

- Drops support for metalsmith < 2.5.0 [`0f3dc82`](https://github.com/metalsmith/drafts/commit/0f3dc82a94505c6292f59900c9e2affde0b35c54)
- Adds metalsmith.debug logs, removes setImmediate [`b5a11b3`](https://github.com/metalsmith/drafts/commit/b5a11b31ca969178c30e32393770597974730f89)
- Adds Typescript support [`b5d43c7`](https://github.com/metalsmith/drafts/commit/b5d43c7af9847068d05a18210358c68940f2972e)
- Renames default export to draft for better intellisense [`4dd20fc`](https://github.com/metalsmith/drafts/commit/4dd20fc5475a34f12a950330d5f2fce3345b0f9e)

#### [v1.2.0](https://github.com/metalsmith/drafts/compare/v1.1.1...v1.2.0)

> 6 August 2022
- Added conditional draft use in readme file [`#14`](https://github.com/metalsmith/drafts/pull/14)
- Support dual bundle ESM/CJS [`c26f5f3`](https://github.com/metalsmith/drafts/commit/c26f5f396e92ccfaa1a45a3db6bdf147e7fe1eb1)
- Feature: accept single bool param to include/omit drafts from the output [`0183e74`](https://github.com/metalsmith/drafts/commit/0183e740a74e929e080520b0f425f0687e0ce9d1)
Expand Down
4 changes: 2 additions & 2 deletions 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": "@metalsmith/drafts",
"version": "1.2.0",
"version": "1.3.0",
"description": "A metalsmith plugin to hide drafts.",
"keywords": [
"drafts",
Expand Down

0 comments on commit 10360a0

Please sign in to comment.