Skip to content

Commit

Permalink
Release as v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
skerit committed Jan 24, 2023
1 parent d812a19 commit bb1abc4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.2.0 (WIP)
## 0.2.0 (2023-01-24)

* Add QR-code view of shortlinks
* Add a link creator page & a view page
Expand Down
6 changes: 3 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.2.0-alpha",
"version" : "0.2.0",
"repository" : "11ways/alchemy-shortlink",
"license" : "MIT",
"keywords" : ["skeleton", "boilerplate", "alchemymvc"],
Expand All @@ -11,14 +11,14 @@
"qr-code-styling" : "1.6.0-rc.1"
},
"devDependencies" : {
"alchemymvc" : ">=1.3.0",
"alchemymvc" : ">=1.3.2",
"codecov" : "~3.7.2",
"mocha" : "~8.0.1",
"mongo-unit" : "~2.0.1",
"nyc" : "^15.1.0"
},
"peerDependencies": {
"alchemymvc" : ">=1.3.0"
"alchemymvc" : ">=1.3.2"
},
"scripts": {
"test" : "node_modules/.bin/mocha --exit --reporter spec --bail --timeout 5000 --file test/00-init.js",
Expand Down

0 comments on commit bb1abc4

Please sign in to comment.