Skip to content
This repository was archived by the owner on Jun 19, 2021. It is now read-only.

Commit b1bab7e

Browse files
committed
chore(release): 0.2.1
1 parent c88d1cc commit b1bab7e

3 files changed

Lines changed: 16 additions & 14 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
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.
44

5+
<a name="0.2.1"></a>
6+
## [0.2.1](https://github.com/DrSensor/bot-byte/compare/v0.2.0...v0.2.1) (2019-01-18)
7+
8+
9+
### Bug Fixes
10+
11+
* **lib:** update package cause by rebranding ([c88d1cc](https://github.com/DrSensor/bot-byte/commit/c88d1cc))
12+
13+
14+
515
<a name="0.2.0"></a>
616
# [0.2.0](https://github.com/DrSensor/bot-byte/compare/v0.1.0...v0.2.0) (2019-01-09)
717

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "botbyte",
33
"description": "An abstraction layer for creating Byteball bot",
4-
"version": "0.2.0",
4+
"version": "0.2.1",
55
"author": "Fahmi Akbar Wildana @DrSensor",
66
"bugs": "https://github.com/DrSensor/bot-byte/issues",
77
"dependencies": {
@@ -67,19 +67,13 @@
6767
"/oclif.manifest.json"
6868
],
6969
"homepage": "https://github.com/DrSensor/bot-byte",
70-
"keywords": [
71-
"oclif"
72-
],
70+
"keywords": ["oclif"],
7371
"license": "MIT",
7472
"lint-staged": {
7573
"linters": {
76-
"*.ts": [
77-
"tslint --fix -c tslint.json -p tsconfig.json"
78-
]
74+
"*.ts": ["tslint --fix -c tslint.json -p tsconfig.json"]
7975
},
80-
"ignore": [
81-
"examples/**"
82-
]
76+
"ignore": ["examples/**"]
8377
},
8478
"standard-version": {
8579
"scripts": {
@@ -95,9 +89,7 @@
9589
"oclif": {
9690
"commands": "./dist/commands",
9791
"bin": "botbyte",
98-
"plugins": [
99-
"@oclif/plugin-help"
100-
]
92+
"plugins": ["@oclif/plugin-help"]
10193
},
10294
"repository": "DrSensor/bot-byte",
10395
"scripts": {

0 commit comments

Comments
 (0)