Skip to content

Commit cb93e48

Browse files
authored
Merge pull request #21 from brionmario/changeset-release/main
chore(release): version packages
2 parents 53b6b4a + 9ecad94 commit cb93e48

File tree

5 files changed

+52
-23
lines changed

5 files changed

+52
-23
lines changed

Diff for: .changeset/smooth-pandas-fetch.md

-21
This file was deleted.

Diff for: lib/CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# medmark
2+
3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- [#20](https://github.com/brionmario/medmark/pull/20)
8+
[`9ff5d76`](https://github.com/brionmario/medmark/commit/9ff5d7641811aa18154ca5802992b2feab5ddf8e) Thanks
9+
[@brionmario](https://github.com/brionmario)! - Add ability to init Medmark by executing `medmark init`.
10+
11+
```bash
12+
medmark init
13+
```
14+
15+
This will do the following.
16+
17+
- Create a `.medmark` folder at the root of the execution with the following folder structure.
18+
19+
```bash
20+
├── .medmark
21+
│ ├── medium-export # Should extract the medium archive here.
22+
│ │ ├── .gitkeep
23+
│ ├── templates # Should contain the templates for Medmark.
24+
│ │ ├── sample-medmark-template.js
25+
```

Diff for: lib/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "medmark",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"description": "Export your Medium articles to markdown(md).",
55
"keywords": [
66
"medium",

Diff for: playground/CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# medmark-playground
2+
3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- [#20](https://github.com/brionmario/medmark/pull/20)
8+
[`9ff5d76`](https://github.com/brionmario/medmark/commit/9ff5d7641811aa18154ca5802992b2feab5ddf8e) Thanks
9+
[@brionmario](https://github.com/brionmario)! - Add ability to init Medmark by executing `medmark init`.
10+
11+
```bash
12+
medmark init
13+
```
14+
15+
This will do the following.
16+
17+
- Create a `.medmark` folder at the root of the execution with the following folder structure.
18+
19+
```bash
20+
├── .medmark
21+
│ ├── medium-export # Should extract the medium archive here.
22+
│ │ ├── .gitkeep
23+
│ ├── templates # Should contain the templates for Medmark.
24+
│ │ ├── sample-medmark-template.js
25+
```

Diff for: playground/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "medmark-playground",
4-
"version": "0.1.0",
4+
"version": "0.2.0",
55
"description": "Playground to test out Medmark features",
66
"author": "Brion Mario <[email protected]> (https://brionmario.com/)",
77
"license": "MIT",

0 commit comments

Comments
 (0)