Skip to content

Commit

Permalink
chore(release): 馃殌 2.0.3 [skip ci]
Browse files Browse the repository at this point in the history
## [2.0.3](folke/devmoji@v2.0.2...v2.0.3) (2020-01-22)

### Bug Fixes

* 馃悰 show correct --version ([959d216](folke@959d216))
  • Loading branch information
semantic-release-bot committed Jan 22, 2020
1 parent 959d216 commit e7a674e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions packages/devmoji/CHANGELOG.md
@@ -1,3 +1,10 @@
## [2.0.3](https://github.com/folke/devmoji/compare/v2.0.2...v2.0.3) (2020-01-22)


### Bug Fixes

* 馃悰 show correct --version ([959d216](https://github.com/folke/devmoji/commit/959d2164ba2d0f4f64323d2f4dbcc768c32cedad))

## [2.0.2](https://github.com/folke/devmoji/compare/v2.0.1...v2.0.2) (2020-01-22)


Expand Down
4 changes: 2 additions & 2 deletions packages/devmoji/package.json
@@ -1,6 +1,6 @@
{
"name": "devmoji",
"version": "2.0.2",
"version": "2.0.3",
"description": "Enhance your conventional commits with gitmoji",
"keywords": [
"cli",
Expand Down Expand Up @@ -48,7 +48,7 @@
"lint:eslint": "npx eslint bin/*.js src/*.ts --fix",
"lint:ts": "npx tsc -p tsconfig.build.json --noEmit",
"prepublishOnly": "yarn build",
"release": "source .env && CI=true npx semantic-release"
"release": "source .env && CI=true npx semantic-release --color"
},
"ultra": {
"concurrent": [
Expand Down

0 comments on commit e7a674e

Please sign in to comment.