2 Commits

Author SHA1 Message Date
988b4a8387 chore(release): 1.1.0 2019-01-27 00:35:40 +01:00
94337586c1 feat(git): adding standard-version 2019-01-27 00:34:59 +01:00
4 changed files with 1846 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
site/
*.swp
node_modules/

View File

@ -2,6 +2,16 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
<a name="1.1.0"></a>
# [1.1.0](https://github.com/macropeople/dcdocs.github.io/compare/v1.0.0...v1.1.0) (2019-01-26)
### Features
* **git:** adding standard-version ([9433758](https://github.com/macropeople/dcdocs.github.io/commit/9433758))
<a name="1.0.0"></a>
# 1.0.0 (2019-01-26)

1807
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

28
package.json Normal file
View File

@ -0,0 +1,28 @@
{
"name": "dcdocs",
"version": "1.1.0",
"description": "Documentation repo for Data Controller",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"release": "standard-version"
},
"repository": {
"type": "git",
"url": "git+https://github.com/macropeople/dcdocs.github.io.git"
},
"keywords": [
"SAS"
],
"author": "Allan Bowe",
"license": "ISC",
"bugs": {
"url": "https://github.com/macropeople/dcdocs.github.io/issues"
},
"homepage": "https://docs.datacontroller.io",
"devDependencies": {
"standard-version": "^4.4.0"
}
}