Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
steve-lebleu committed Mar 14, 2021
1 parent 4585b1e commit f7b1182
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

## [v1.2.0](https://github.com/konfer-be/ts-express-typeorm-boilerplate/compare/v1.1.4...v1.2.0)
## [v1.2.1](https://github.com/konfer-be/ts-express-typeorm-boilerplate/compare/v1.2.0...v1.2.1)

### Commits

- Use singletons for config classes [`1c38b90`](https://github.com/konfer-be/ts-express-typeorm-boilerplate/commit/1c38b905092bfd5baac3714e40c75a2a14b316bf)
- Use singletons/pure function for middlewares, split upload middleware config [`8109a7f`](https://github.com/konfer-be/ts-express-typeorm-boilerplate/commit/8109a7f6e7758f17a48268b5d1587024453d5406)
- Fix CI [`4585b1e`](https://github.com/konfer-be/ts-express-typeorm-boilerplate/commit/4585b1e2b194ab41de1ebb78a5c5f81c1192e96c)
- Fix CI [`c5f5a1f`](https://github.com/konfer-be/ts-express-typeorm-boilerplate/commit/c5f5a1fc767aa6d9d0be0b0062ea1dd4cba18bdb)
- Fix CI [`cfde108`](https://github.com/konfer-be/ts-express-typeorm-boilerplate/commit/cfde108158b4ec69899f1ffbf18f2ce3b34e1d94)

## [v1.2.0](https://github.com/konfer-be/ts-express-typeorm-boilerplate/compare/v1.1.4...v1.2.0) - 2021-03-13

### Commits

Expand All @@ -18,6 +28,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Features description [`db08ce1`](https://github.com/konfer-be/ts-express-typeorm-boilerplate/commit/db08ce13c4bfb656f332bb166d5e95e1da8666ba)
- Update changelog [`13967d9`](https://github.com/konfer-be/ts-express-typeorm-boilerplate/commit/13967d9bc569cc5a1b0416fd5c48535e964581c4)
- Fix rescale paths [`ffbeecf`](https://github.com/konfer-be/ts-express-typeorm-boilerplate/commit/ffbeecf86c0855f44c28045efe3ad5b9fd7dc462)
- Update changelog [`f1e0489`](https://github.com/konfer-be/ts-express-typeorm-boilerplate/commit/f1e0489a6c86ff138f702839033d0f81c96b2106)
- Implements Sinon.js for testing [`ace1417`](https://github.com/konfer-be/ts-express-typeorm-boilerplate/commit/ace14176816436218343621c902e9954b36efee8)
- Fix custom types path [`fea5621`](https://github.com/konfer-be/ts-express-typeorm-boilerplate/commit/fea562182a8ceb9f99c2132ff76643679f6925c3)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.2.0",
"version": "1.2.1",
"engines": {
"node": ">=14.16"
},
Expand Down

0 comments on commit f7b1182

Please sign in to comment.