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-10-08)

### Bug Fixes

* **build.sh:** data directory creation ([9d26d6f](9d26d6f))
* **build.sh:** HOST environment variable ([6064305](6064305))
* **build.sh:** installed and loaded node_module from local ([01030bd](01030bd))
* **build.sh:** missing space typo ([dcc9ceb](dcc9ceb))
* **build.sh:** persisted data in eventstore and mysql database ([0e7eed4](0e7eed4))
* **dockerfile:** loaded node_modules from local ([0b36c5d](0b36c5d))
* **Dockerfile:** loaded ormconfig.js ([2650f6b](2650f6b))
* **envVar.sh:** HOST environment variable export ([b7c97c2](b7c97c2))

### Features

* **cleanup.sh:** added script that cleans up environment ([3456484](3456484))
* **commitlint config:** initiated commitlint configuration ([af81914](af81914))
* **containers:** added adminer ([2634cc2](2634cc2))
* **dockerfile:** prod dockerfile ([7416ea1](7416ea1))
* **package-lock.json:** added dependencies for commit control ([0422d82](0422d82))
* **package.json:** added commit control using conventional comits spex ([533f916](533f916))
* **symanticrelease:** symantic release configuration and script ([26aeec5](26aeec5))
  • Loading branch information
semantic-release-bot committed Oct 8, 2019
1 parent a509ab3 commit 0edc2de
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# 1.0.0 (2019-10-08)


### Bug Fixes

* **build.sh:** data directory creation ([9d26d6f](https://github.com/0xb4lamx/nestjs-boilerplate-microservice/commit/9d26d6f))
* **build.sh:** HOST environment variable ([6064305](https://github.com/0xb4lamx/nestjs-boilerplate-microservice/commit/6064305))
* **build.sh:** installed and loaded node_module from local ([01030bd](https://github.com/0xb4lamx/nestjs-boilerplate-microservice/commit/01030bd))
* **build.sh:** missing space typo ([dcc9ceb](https://github.com/0xb4lamx/nestjs-boilerplate-microservice/commit/dcc9ceb))
* **build.sh:** persisted data in eventstore and mysql database ([0e7eed4](https://github.com/0xb4lamx/nestjs-boilerplate-microservice/commit/0e7eed4))
* **dockerfile:** loaded node_modules from local ([0b36c5d](https://github.com/0xb4lamx/nestjs-boilerplate-microservice/commit/0b36c5d))
* **Dockerfile:** loaded ormconfig.js ([2650f6b](https://github.com/0xb4lamx/nestjs-boilerplate-microservice/commit/2650f6b))
* **envVar.sh:** HOST environment variable export ([b7c97c2](https://github.com/0xb4lamx/nestjs-boilerplate-microservice/commit/b7c97c2))


### Features

* **cleanup.sh:** added script that cleans up environment ([3456484](https://github.com/0xb4lamx/nestjs-boilerplate-microservice/commit/3456484))
* **commitlint config:** initiated commitlint configuration ([af81914](https://github.com/0xb4lamx/nestjs-boilerplate-microservice/commit/af81914))
* **containers:** added adminer ([2634cc2](https://github.com/0xb4lamx/nestjs-boilerplate-microservice/commit/2634cc2))
* **dockerfile:** prod dockerfile ([7416ea1](https://github.com/0xb4lamx/nestjs-boilerplate-microservice/commit/7416ea1))
* **package-lock.json:** added dependencies for commit control ([0422d82](https://github.com/0xb4lamx/nestjs-boilerplate-microservice/commit/0422d82))
* **package.json:** added commit control using conventional comits spex ([533f916](https://github.com/0xb4lamx/nestjs-boilerplate-microservice/commit/533f916))
* **symanticrelease:** symantic release configuration and script ([26aeec5](https://github.com/0xb4lamx/nestjs-boilerplate-microservice/commit/26aeec5))
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "b2h-microservice-boilerplate",
"private": true,
"version": "0.0.1",
"version": "1.0.0",
"description": "Nest TypeScript boilerplate repository",
"author": "Med Ghaith Sellami <medghaith.sellami@gmail.com>",
"license": "MIT",
Expand Down

0 comments on commit 0edc2de

Please sign in to comment.