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

Commit

Permalink
chore(release): 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DrSensor committed Jan 9, 2019
1 parent 78c20ae commit f6fa183
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 14 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

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="0.2.0"></a>
# [0.2.0](https://github.com/DrSensor/bot-byte/compare/v0.1.0...v0.2.0) (2019-01-09)


### Features

* **lib:** add createAttestation() ([3ee9d84](https://github.com/DrSensor/bot-byte/commit/3ee9d84))
* **lib:** add payment related event & function 💵 ([df02201](https://github.com/DrSensor/bot-byte/commit/df02201))


### Reverts

* **lib:** bring back "must need conf.js" ([78c20ae](https://github.com/DrSensor/bot-byte/commit/78c20ae))



<a name="0.1.0"></a>
# 0.1.0 (2018-12-28)

Expand Down
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.

18 changes: 5 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "botbyte",
"description": "An abstraction layer for creating Byteball bot",
"version": "0.1.0",
"version": "0.2.0",
"author": "Fahmi Akbar Wildana @DrSensor",
"bugs": "https://github.com/DrSensor/bot-byte/issues",
"dependencies": {
Expand Down Expand Up @@ -67,19 +67,13 @@
"/oclif.manifest.json"
],
"homepage": "https://github.com/DrSensor/bot-byte",
"keywords": [
"oclif"
],
"keywords": ["oclif"],
"license": "MIT",
"lint-staged": {
"linters": {
"*.ts": [
"tslint --fix -c tslint.json -p tsconfig.json"
]
"*.ts": ["tslint --fix -c tslint.json -p tsconfig.json"]
},
"ignore": [
"examples/**"
]
"ignore": ["examples/**"]
},
"standard-version": {
"scripts": {
Expand All @@ -95,9 +89,7 @@
"oclif": {
"commands": "./dist/commands",
"bin": "botbyte",
"plugins": [
"@oclif/plugin-help"
]
"plugins": ["@oclif/plugin-help"]
},
"repository": "DrSensor/bot-byte",
"scripts": {
Expand Down

0 comments on commit f6fa183

Please sign in to comment.