Skip to content

Commit

Permalink
v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zag committed Dec 28, 2019
1 parent 079e693 commit 950f388
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# 0.0.3

- fix npm

# 0.0.2

- add new tests

# 0.0.1

- Initial release
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
{
"name": "pod6",
"version": "0.0.2",
"version": "0.0.3",
"description": "Pod6 is an easy-to-use markup language",
"main": "index.js",
"scripts": {
"postversion": "git commit package.json CHANGELOG.md -m \"v$npm_package_version\" && npm run tag && git push && git push --tags",
"test": "jest"
},
"files": [
"src/*.js",
"README.md",
"CHANGELOG.md"
],
"keywords": [
"pod6",
"raku"
Expand Down

0 comments on commit 950f388

Please sign in to comment.