Skip to content

Commit

Permalink
Release as v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
skerit committed Oct 22, 2020
1 parent 9400e55 commit 00fd909
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## 0.1.0 (WIP)
## 0.1.0 (2020-10-22)

* Initial release
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name" : "alchemy-shortlink",
"description" : "A shortlink plugin for AlchemyMVC projects",
"author" : "Jelle De Loecker <[email protected]>",
"version" : "0.1.0-alpha",
"version" : "0.1.0",
"repository" : "11ways/alchemy-shortlink",
"license" : "MIT",
"keywords" : ["skeleton", "boilerplate", "alchemymvc"],
Expand All @@ -26,6 +26,5 @@
},
"engines": {
"node": ">=10.21.0"
},
"private": true
}
}

0 comments on commit 00fd909

Please sign in to comment.