Skip to content

Commit 719862b

Browse files
committed
Release 1.1.0
1 parent 4bc6ec1 commit 719862b

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ 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-
#### [Unreleased](https://github.com/metalsmith/metalsmith-collections/compare/v1.0.0...HEAD)
7+
#### [v1.1.0](https://github.com/metalsmith/collections/compare/v1.0.0...v1.1.0)
88

9-
- Added better JSDoc types, return named plugin function [`3aa3443`](https://github.com/metalsmith/metalsmith-collections/commit/3aa3443802c2f814c90cf39c7b43de8fc3d3ff13)
10-
- Updated multimatch to 4.0.0, debug to 4.3.3 [`71d6f65`](https://github.com/metalsmith/metalsmith-collections/commit/71d6f65b9ec5572196e17dfebf5cff2361853f9d)
11-
- Added standardised code formatting and QA [`a5bca71`](https://github.com/metalsmith/metalsmith-collections/commit/a5bca71b3c01bef541d35fa3196fe4ac3810d215)
12-
- Updated History with v1 PRs [`ae74c41`](https://github.com/metalsmith/metalsmith-collections/commit/ae74c411d2b84b39d4575598c3596b6802028db1)
9+
- Added standardised code formatting and QA [`#86`](https://github.com/metalsmith/collections/pull/86)
10+
- Updated History with v1 PRs [`#85`](https://github.com/metalsmith/collections/pull/85)
11+
- Added better JSDoc types, return named plugin function [`3aa3443`](https://github.com/metalsmith/collections/commit/3aa3443802c2f814c90cf39c7b43de8fc3d3ff13)
12+
- Updated multimatch to 4.0.0, debug to 4.3.3 [`71d6f65`](https://github.com/metalsmith/collections/commit/71d6f65b9ec5572196e17dfebf5cff2361853f9d)
1313

1414
<!-- auto-changelog-above -->
1515

package-lock.json

Lines changed: 1 addition & 1 deletion
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
@@ -15,7 +15,7 @@
1515
"type": "git",
1616
"url": "https://github.com/metalsmith/collections.git"
1717
},
18-
"version": "1.0.0",
18+
"version": "1.1.0",
1919
"license": "MIT",
2020
"main": "lib/index.js",
2121
"dependencies": {

0 commit comments

Comments
 (0)