Skip to content

Commit f1342f1

Browse files
committed
build(v4.0.1): release
1 parent 772cf13 commit f1342f1

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,20 @@ All notable changes to this project will be documented in this file. Dates are d
44

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

7-
#### [v4.0.0](https://github.com/mochajs/mocha-docdash/compare/v3.0.1...v4.0.0)
7+
#### [v4.0.1](https://github.com/mochajs/mocha-docdash/compare/v4.0.0...v4.0.1)
8+
9+
- remove 11ty from peerDependencies [`#15`](https://github.com/mochajs/mocha-docdash/pull/15)
10+
- use node 16 on netlify [`#16`](https://github.com/mochajs/mocha-docdash/pull/16)
11+
12+
### [v4.0.0](https://github.com/mochajs/mocha-docdash/compare/v3.0.1...v4.0.0)
13+
14+
> 24 October 2021
815
916
- chore: update dev- and peerDeps [`#14`](https://github.com/mochajs/mocha-docdash/pull/14)
1017
- refactor!: drop support for Node 10 [`#13`](https://github.com/mochajs/mocha-docdash/pull/13)
1118
- test(CI): update Node and actions versions [`#12`](https://github.com/mochajs/mocha-docdash/pull/12)
1219
- update 11ty peer dependency [`#11`](https://github.com/mochajs/mocha-docdash/pull/11)
20+
- build(v4.0.0): release [`0265d51`](https://github.com/mochajs/mocha-docdash/commit/0265d51dba893b9b9a6a46b5af5f2a738b4d8cba)
1321

1422
#### [v3.0.1](https://github.com/mochajs/mocha-docdash/compare/v3.0.0...v3.0.1)
1523

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mocha/docdash",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "A JSDoc template for Mocha, forked from docdash",
55
"keywords": [
66
"jsdoc",

0 commit comments

Comments
 (0)