-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): version packages π¦
- Loading branch information
1 parent
53b6b4a
commit 9ecad94
Showing
5 changed files
with
52 additions
and
23 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# medmark | ||
|
||
## 0.2.0 | ||
|
||
### Minor Changes | ||
|
||
- [#20](https://github.com/brionmario/medmark/pull/20) | ||
[`9ff5d76`](https://github.com/brionmario/medmark/commit/9ff5d7641811aa18154ca5802992b2feab5ddf8e) Thanks | ||
[@brionmario](https://github.com/brionmario)! - Add ability to init Medmark by executing `medmark init`. | ||
|
||
```bash | ||
medmark init | ||
``` | ||
|
||
This will do the following. | ||
|
||
- Create a `.medmark` folder at the root of the execution with the following folder structure. | ||
|
||
```bash | ||
βββ .medmark | ||
β βββ medium-export # Should extract the medium archive here. | ||
β β βββ .gitkeep | ||
β βββ templates # Should contain the templates for Medmark. | ||
β β βββ sample-medmark-template.js | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# medmark-playground | ||
|
||
## 0.2.0 | ||
|
||
### Minor Changes | ||
|
||
- [#20](https://github.com/brionmario/medmark/pull/20) | ||
[`9ff5d76`](https://github.com/brionmario/medmark/commit/9ff5d7641811aa18154ca5802992b2feab5ddf8e) Thanks | ||
[@brionmario](https://github.com/brionmario)! - Add ability to init Medmark by executing `medmark init`. | ||
|
||
```bash | ||
medmark init | ||
``` | ||
|
||
This will do the following. | ||
|
||
- Create a `.medmark` folder at the root of the execution with the following folder structure. | ||
|
||
```bash | ||
βββ .medmark | ||
β βββ medium-export # Should extract the medium archive here. | ||
β β βββ .gitkeep | ||
β βββ templates # Should contain the templates for Medmark. | ||
β β βββ sample-medmark-template.js | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters