Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2019-09-06)

### Bug Fixes

* Travis Changes ([578a3d4](578a3d4))
* **.npmrc:** file added ([2d175fc](2d175fc))
* **codecov:** travis ([f07b742](f07b742))
* **package.json:** updated ([33e5743](33e5743))
* **semantic realease :** configuration setup ([8a54faa](8a54faa))

### Features

* **Plugin Console Logger:** plugin-console-logger ([2eaaa80](2eaaa80))
  • Loading branch information
semantic-release-bot committed Sep 6, 2019
1 parent 33e5743 commit 816ed03
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@bluebase/plugin-console-logger",
"description": "A BlueBase plugin boilerplate!",
"author": "BlueEast Team <[email protected]>",
"version": "0.0.1",
"version": "1.0.0",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"module": "dist/index.js",
Expand All @@ -11,11 +11,9 @@
"url": "https://github.com/BlueBaseJS/plugin-console-logger"
},
"homepage": "https://github.com/BlueBaseJS/plugin-console-logger#readme",

"bugs": {
"url": "https://github.com/BlueBaseJS/plugin-console-logger/issues"
"url": "https://github.com/BlueBaseJS/plugin-console-logger/issues"
},

"license": "MIT",
"keywords": [],
"config": {},
Expand Down

0 comments on commit 816ed03

Please sign in to comment.