Skip to content

Commit

Permalink
Release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
webketje committed Sep 11, 2022
1 parent 3833934 commit 172ace1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,16 @@ 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).

#### [0.2.1](https://github.com/metalsmith/requests/compare/0.2.0...0.2.1)

- bugfix: properly substitute out.key placeholders [`9d3e97d`](https://github.com/metalsmith/requests/commit/9d3e97d667b1d7bc5d95042cf68714fa43290057)
- bugfix: correct 'metadata' to 'key' option in outconfig docs [`d7035e0`](https://github.com/metalsmith/requests/commit/d7035e0d5587b99c110af552bf7f33dd1aa9a45d)
- bugfix: Fix missing default export of regexparam in ESM build [`ac5a9e0`](https://github.com/metalsmith/requests/commit/ac5a9e002594571d02a6e2c2da788d78d00aa528)

#### [0.2.0](https://github.com/metalsmith/requests/compare/0.1.0...0.2.0)

> 21 August 2022
- Adds dual CJS/ESM support [`d837694`](https://github.com/metalsmith/requests/commit/d837694f75361f0c7074050f27665c4234e0467c)
- Update debug 4.3.3 -> 4.3.4, regexparam 2.0.0 -> 2.0.1 [`64407ee`](https://github.com/metalsmith/requests/commit/64407ee7cb8684f8b9903eda9f0c4ac8671a6345)

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/requests",
"version": "0.2.0",
"version": "0.2.1",
"description": "A metalsmith plugin to query API's and add the results to files and metadata",
"keywords": [
"requests",
Expand Down

0 comments on commit 172ace1

Please sign in to comment.