Skip to content

Commit

Permalink
Merge pull request #21 from brionmario/changeset-release/main
Browse files Browse the repository at this point in the history
chore(release): version packages
  • Loading branch information
brionmario authored Dec 28, 2023
2 parents 53b6b4a + 9ecad94 commit cb93e48
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 23 deletions.
21 changes: 0 additions & 21 deletions .changeset/smooth-pandas-fetch.md

This file was deleted.

25 changes: 25 additions & 0 deletions lib/CHANGELOG.md
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
```
2 changes: 1 addition & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "medmark",
"version": "0.1.1",
"version": "0.2.0",
"description": "Export your Medium articles to markdown(md).",
"keywords": [
"medium",
Expand Down
25 changes: 25 additions & 0 deletions playground/CHANGELOG.md
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
```
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "medmark-playground",
"version": "0.1.0",
"version": "0.2.0",
"description": "Playground to test out Medmark features",
"author": "Brion Mario <me@brionmario.com> (https://brionmario.com/)",
"license": "MIT",
Expand Down

0 comments on commit cb93e48

Please sign in to comment.