Skip to content

Commit

Permalink
0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrum committed May 4, 2022
1 parent 8d2fd33 commit 28c177a
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
## 0.9.0 (2022-05-04)

* build(deps): bump minimist from 1.2.5 to 1.2.6 ([828e484](https://github.com/canvaskisa/posthtml-modules/commit/828e484))
* build(deps): bump posthtml-match-helper from 1.0.2 to 1.0.3 ([fc9f834](https://github.com/canvaskisa/posthtml-modules/commit/fc9f834))
* build(deps): bump shelljs from 0.8.4 to 0.8.5 ([696e339](https://github.com/canvaskisa/posthtml-modules/commit/696e339))
* build(deps): bump trim-off-newlines from 1.0.1 to 1.0.3 ([90dd232](https://github.com/canvaskisa/posthtml-modules/commit/90dd232))
* build(deps): update dependencies ([503c294](https://github.com/canvaskisa/posthtml-modules/commit/503c294))
* add plugin option to forward options to posthtml-expressions ([0ce0a96](https://github.com/canvaskisa/posthtml-modules/commit/0ce0a96))
* add posthtmlExpressionsOptions option documentation to readme ([a514a28](https://github.com/canvaskisa/posthtml-modules/commit/a514a28))
* rename posthtmlExpressionsOptions to expressions for consitency among other posthtml plugins ([3bc25e0](https://github.com/canvaskisa/posthtml-modules/commit/3bc25e0))



## <small>0.8.1 (2022-03-30)</small>

* 0.8.1 ([c608fbf](https://github.com/canvaskisa/posthtml-modules/commit/c608fbf))
* fix: lint ([91a26c5](https://github.com/canvaskisa/posthtml-modules/commit/91a26c5))
* fix: nested modules with locals ([f49a6fe](https://github.com/canvaskisa/posthtml-modules/commit/f49a6fe))
* fix: transform async for of loop to reducer ([e57032b](https://github.com/canvaskisa/posthtml-modules/commit/e57032b))
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": "posthtml-modules",
"version": "0.8.1",
"version": "0.9.0",
"description": "Posthtml modules processing",
"license": "MIT",
"repository": "canvaskisa/posthtml-modules",
Expand Down

0 comments on commit 28c177a

Please sign in to comment.