Skip to content

Commit

Permalink
chore(devkit): release version 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ndrsg Bot committed Aug 23, 2022
1 parent 848364a commit 03298cb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions packages/devkit/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).

## [0.0.3](https://github.com/ndrsg/nx-ext/compare/devkit-0.0.2...devkit-0.0.3) (2022-08-23)


### Bug Fixes

* **devkit:** add missing import ([848364a](https://github.com/ndrsg/nx-ext/commit/848364ab0a1688866da5b72093dbad2b78a01156))
* **devkit:** pass markdown to mdToHtml directly ([6b48452](https://github.com/ndrsg/nx-ext/commit/6b484520e1422b4e677bd4dc9bc741dd991e0925))
* **devkit:** use markdown directly as input in mdToHtml ([7149aba](https://github.com/ndrsg/nx-ext/commit/7149abad372654b39b34a5fff95a912b76ae99d2)), closes [#1](https://github.com/ndrsg/nx-ext/issues/1)

## [0.0.2](https://github.com/ndrsg/nx-ext/compare/devkit-0.0.1...devkit-0.0.2) (2022-06-08)


Expand Down
2 changes: 1 addition & 1 deletion packages/devkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ndrsg/devkit",
"version": "0.0.2",
"version": "0.0.3",
"main": "src/index.js",
"license": "MIT",
"engines": {
Expand Down

0 comments on commit 03298cb

Please sign in to comment.