Skip to content
This repository has been archived by the owner on Mar 16, 2020. It is now read-only.

Commit

Permalink
Release 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shinebayar-g committed Aug 15, 2019
1 parent 16b1479 commit 32188a7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# 0.10.0 (2019-08-15)

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"name": "erxes-engages",
"version": "0.0.1",
"version": "0.10.0",
"license": "MIT",
"private": true,
"scripts": {
"start": "node dist",
"dev": "NODE_ENV=development DEBUG=erxes-engages:* node_modules/.bin/ts-node-dev --experimental-worker --respawn src",
"build": "tsc -p tsconfig.prod.json",
"precommit": "lint-staged"
"precommit": "lint-staged",
"release": "release-it"
},
"lint-staged": {
"*.ts": [
Expand Down

0 comments on commit 32188a7

Please sign in to comment.