Skip to content

Commit

Permalink
chore: release v0.1.1 (#12)
Browse files Browse the repository at this point in the history
* chore: release v0.1.1

* update changelog
  • Loading branch information
egoist committed Apr 25, 2020
1 parent 7b53ad1 commit 9d09e79
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [0.1.1](https://github.com/egoist/mordred/compare/v0.1.0...v0.1.1) (2020-04-25)


### Bug Fixes

* (mordred-transformer-markdown) use double underscores to reference nested prop ([d5169f7](https://github.com/egoist/mordred/commit/d5169f7cc49153f71d94f1e8a0d02afcef17f199))


### Features

* (plugin) allow to write resolvers in standalone file ([7b53ad1](https://github.com/egoist/mordred/commit/7b53ad151639bc37d3cbfa2a7fd56bb4e2fa682a))



# 0.1.0 (2020-04-24)

First release.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "0.1.0",
"version": "0.1.1",
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion packages/mordred-source-filesystem/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.1.0",
"version": "0.1.1",
"name": "mordred-source-filesystem",
"files": [
"dist"
Expand Down
2 changes: 1 addition & 1 deletion packages/mordred-transformer-markdown/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.1.0",
"version": "0.1.1",
"name": "mordred-transformer-markdown",
"files": [
"dist"
Expand Down
2 changes: 1 addition & 1 deletion packages/mordred/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.1.0",
"version": "0.1.1",
"name": "mordred",
"files": [
"dist",
Expand Down

0 comments on commit 9d09e79

Please sign in to comment.