Skip to content

Commit

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

### Bug Fixes

* **releaserc:** modified ([12e23f6](12e23f6))
  • Loading branch information
semantic-release-bot committed Sep 6, 2019
1 parent 47283b7 commit f3b475f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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": "1.0.3",
"version": "1.0.4",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"module": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// THIS IS AN AUTO GENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
export const VERSION = '1.0.3';
export const VERSION = '1.0.4';

0 comments on commit f3b475f

Please sign in to comment.