Skip to content

Commit

Permalink
TAG: 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DEVKINGBOT committed Apr 7, 2021
1 parent 6c97a59 commit 8df69e8
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 30 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<code>

# [0.2.0 @ 2021-04-06](https://github.com/cogsmith/hive/releases/tag/0.2.0)

## FIRST RELEASE

</code>

---
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

59 changes: 30 additions & 29 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,32 @@
{
"version": "0.2.0-dev",
"namelong": "HIVE",
"name": "hive",
"description": "Docker Auto Backend System",
"keywords": [],
"homepage": "https://cogsmith.com",
"license": "http://cogsmith.com/license/public",
"repository": "github:cogsmith/hive",
"private": true,
"author": {
"name": "David Adam Coffey",
"email": "dac@cogsmith.com",
"url": "http://david-adam-coffey.com"
},
"main": "app.js",
"scripts": {
"dev": "nodemon app.js",
"start": "node app.js"
},
"dependencies": {
"axios": "^0.21.1",
"execa": "^5.0.0",
"fastify": "^3.12.0",
"fastify-compress": "^3.4.2",
"glob": "^7.1.6",
"js-yaml": "^4.0.0",
"lodash": "^4.17.21",
"yargs": "^16.2.0"
}
"version": "0.2.0",
"namelong": "HIVE",
"name": "hive",
"description": "Docker Auto Backend System",
"keywords": [],
"homepage": "https://cogsmith.com",
"license": "http://cogsmith.com/license/public",
"repository": "github:cogsmith/hive",
"private": true,
"author": {
"name": "David Adam Coffey",
"email": "dac@cogsmith.com",
"url": "http://david-adam-coffey.com"
},
"main": "app.js",
"scripts": {
"dev": "nodemon app.js",
"start": "node app.js"
},
"dependencies": {
"axios": "^0.21.1",
"execa": "^5.0.0",
"fastify": "^3.12.0",
"fastify-compress": "^3.4.2",
"glob": "^7.1.6",
"js-yaml": "^4.0.0",
"lodash": "^4.17.21",
"yargs": "^16.2.0"
},
"versiontaglast": "0.2.0"
}

0 comments on commit 8df69e8

Please sign in to comment.