Skip to content

Commit

Permalink
chore(release): 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
lihbr committed Jun 7, 2021
1 parent 0fcabd1 commit 36ef204
Show file tree
Hide file tree
Showing 2 changed files with 95 additions and 83 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.

### [0.0.7](https://github.com/dico-app/dico-cli/compare/v0.0.6...v0.0.7) (2021-06-07)


### Features

* add dico fetch command ([0fcabd1](https://github.com/dico-app/dico-cli/commit/0fcabd1337d1fbec68ae01838704bb23eeb2e5c3))


### Refactor

* make endpoint not default to /api ([8149c0f](https://github.com/dico-app/dico-cli/commit/8149c0f3b822e82ab3269d338d8d1e7fa1a3b56d))

### [0.0.6](https://github.com/dico-app/dico-cli/compare/v0.0.5...v0.0.6) (2021-06-03)


Expand Down
166 changes: 83 additions & 83 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,85 +1,85 @@
{
"name": "@dico/cli",
"version": "0.0.6",
"description": "Dico.app Command Line Interface",
"keywords": [
"dico",
"cli",
"management"
],
"repository": {
"type": "git",
"url": "ssh://[email protected]/dico-app/dico-cli.git"
},
"license": "MIT",
"author": "Lucie Haberer <[email protected]> (https://lihbr.com)",
"bin": {
"dico": "bin/cli.js"
},
"files": [
"bin",
"postinstall.js"
],
"scripts": {
"build": "siroc build",
"dev": "siroc build --watch",
"release": "yarn build && yarn test && standard-version && git push --follow-tags && yarn build && npm publish",
"release:dry": "yarn build && yarn test && standard-version --dry-run",
"lint": "eslint --ext .js,.ts .",
"unit": "nyc --reporter=lcovonly --reporter=text --exclude-after-remap=false ava",
"test": "yarn lint && yarn unit",
"postinstall": "node postinstall.js"
},
"husky": {
"hooks": {
"pre-commit": "yarn lint",
"commit-msg": "commitlint --env HUSKY_GIT_PARAMS"
}
},
"dependencies": {
"@lihbr/listr-update-renderer": "^0.5.1",
"cac": "^6.7.3",
"chalk": "^4.1.1",
"consola": "^2.15.3",
"detect-indent": "^6.1.0",
"execa": "^5.1.1",
"exit": "^0.1.2",
"globby": "^11.0.3",
"inquirer": "^8.1.0",
"latest-version": "^5.1.0",
"listr": "^0.14.3",
"node-fetch": "^2.6.1",
"rc9": "^1.2.0",
"rxjs": "^7.1.0",
"semver": "^7.3.5"
},
"devDependencies": {
"@commitlint/cli": "12.1.4",
"@commitlint/config-conventional": "12.1.4",
"@types/exit": "0.1.31",
"@types/inquirer": "7.3.1",
"@types/listr": "0.14.3",
"@types/node-fetch": "2.5.10",
"@types/semver": "7.3.6",
"@typescript-eslint/eslint-plugin": "4.26.0",
"@typescript-eslint/parser": "4.26.0",
"ava": "3.15.0",
"eslint": "7.27.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-prettier": "3.4.0",
"husky": "4.3.8",
"nyc": "15.1.0",
"prettier": "2.3.0",
"siroc": "0.11.0",
"standard-version": "9.3.0",
"ts-eager": "2.0.2",
"ts-essentials": "7.0.1",
"typescript": "4.3.2"
},
"engines": {
"node": ">=12.0.0"
},
"publishConfig": {
"access": "public"
}
"name": "@dico/cli",
"version": "0.0.7",
"description": "Dico.app Command Line Interface",
"keywords": [
"dico",
"cli",
"management"
],
"repository": {
"type": "git",
"url": "ssh://[email protected]/dico-app/dico-cli.git"
},
"license": "MIT",
"author": "Lucie Haberer <[email protected]> (https://lihbr.com)",
"bin": {
"dico": "bin/cli.js"
},
"files": [
"bin",
"postinstall.js"
],
"scripts": {
"build": "siroc build",
"dev": "siroc build --watch",
"release": "yarn build && yarn test && standard-version && git push --follow-tags && yarn build && npm publish",
"release:dry": "yarn build && yarn test && standard-version --dry-run",
"lint": "eslint --ext .js,.ts .",
"unit": "nyc --reporter=lcovonly --reporter=text --exclude-after-remap=false ava",
"test": "yarn lint && yarn unit",
"postinstall": "node postinstall.js"
},
"husky": {
"hooks": {
"pre-commit": "yarn lint",
"commit-msg": "commitlint --env HUSKY_GIT_PARAMS"
}
},
"dependencies": {
"@lihbr/listr-update-renderer": "^0.5.1",
"cac": "^6.7.3",
"chalk": "^4.1.1",
"consola": "^2.15.3",
"detect-indent": "^6.1.0",
"execa": "^5.1.1",
"exit": "^0.1.2",
"globby": "^11.0.3",
"inquirer": "^8.1.0",
"latest-version": "^5.1.0",
"listr": "^0.14.3",
"node-fetch": "^2.6.1",
"rc9": "^1.2.0",
"rxjs": "^7.1.0",
"semver": "^7.3.5"
},
"devDependencies": {
"@commitlint/cli": "12.1.4",
"@commitlint/config-conventional": "12.1.4",
"@types/exit": "0.1.31",
"@types/inquirer": "7.3.1",
"@types/listr": "0.14.3",
"@types/node-fetch": "2.5.10",
"@types/semver": "7.3.6",
"@typescript-eslint/eslint-plugin": "4.26.0",
"@typescript-eslint/parser": "4.26.0",
"ava": "3.15.0",
"eslint": "7.27.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-prettier": "3.4.0",
"husky": "4.3.8",
"nyc": "15.1.0",
"prettier": "2.3.0",
"siroc": "0.11.0",
"standard-version": "9.3.0",
"ts-eager": "2.0.2",
"ts-essentials": "7.0.1",
"typescript": "4.3.2"
},
"engines": {
"node": ">=12.0.0"
},
"publishConfig": {
"access": "public"
}
}

0 comments on commit 36ef204

Please sign in to comment.