Skip to content

Commit 620db65

Browse files
committed
chore(release): 0.0.1
1 parent 405f8cb commit 620db65

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,12 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [0.0.1](https://github.com/Webeleon/unit-testing-nestjs-using-typeorm-in-memory/compare/v0.0.0...v0.0.1) (2021-10-18)
6+
7+
8+
### Features
9+
10+
* add banner ([405f8cb](https://github.com/Webeleon/unit-testing-nestjs-using-typeorm-in-memory/commit/405f8cb297e6ca9be28d8723ab1dd7991397bcf4))
11+
* article and demo repo ([627032e](https://github.com/Webeleon/unit-testing-nestjs-using-typeorm-in-memory/commit/627032e9af3603953990eb4f88e1081483ba4bb8))
12+
513
## 0.0.0 (2021-10-18)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unit-testing-nestjs-using-typeorm-in-memory",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"description": "a dev.to article on unit testing nestjs project using typeorm and in memory db",
55
"author": "Julien Prugne <[email protected]>",
66
"private": true,

0 commit comments

Comments
 (0)