Skip to content

Commit

Permalink
Merge pull request #9 from brionmario/exp-initial-release
Browse files Browse the repository at this point in the history
chore: initial proper `medmark` release
  • Loading branch information
brionmario authored Mar 12, 2023
2 parents 79591d5 + 48fa1af commit 0e0cbed
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 12 deletions.
5 changes: 5 additions & 0 deletions .changeset/funny-gifts-camp.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'medmark': patch
---

This is the initial release of Medmark
9 changes: 0 additions & 9 deletions CHANGELOG.md

This file was deleted.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@brionmario/medmark",
"version": "0.1.1",
"name": "medmark",
"version": "0.1.0",
"description": "Export your Medium articles to markdown(md).",
"keywords": [
"medium",
Expand Down
2 changes: 1 addition & 1 deletion samples/basic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"name": "@brionmario/medmark-basic-sample",
"name": "medmark-basic-sample",
"version": "0.1.0",
"description": "Basic example using medmark to grab my own blog posts from Medium and convert them to markdown.",
"keywords": [
Expand Down

0 comments on commit 0e0cbed

Please sign in to comment.