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 13, 2021
1 parent 13967d9 commit f1e0489
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Google oAuth [`6edca6d`](https://github.com/konfer-be/ts-express-typeorm-boilerplate/commit/6edca6d72cc2c7211090e539a393350485e12aa1)
- UT services and utils [`f9f60ff`](https://github.com/konfer-be/ts-express-typeorm-boilerplate/commit/f9f60ff56b2a66e3408ad67e013e01e33dab01f2)
- 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)
- 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
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.4",
"version": "1.2.0",
"engines": {
"node": ">=14.16"
},
Expand Down Expand Up @@ -49,7 +49,7 @@
"test:unit": "./node_modules/.bin/mocha ./test/units/00-application.unit.test.js --exit --reporter spec --timeout 10000 --env test",
"test:e2e": "./node_modules/.bin/mocha ./test/e2e/00-api.e2e.test.js --exit --reporter spec --timeout 10000 --env test",
"todo": "leasot -x --reporter markdown './src/**/*.ts' > TODO.md && git add TODO.md",
"version": "auto-changelog -p && git add CHANGELOG.md && git commit -m \"Update changelog\""
"version": "npm run todo && git add TODO.md && git add package.json && auto-changelog -p && git add CHANGELOG.md && git commit -m \"Update changelog\" --no-verify"
},
"_moduleAliases": {
"@bases": "dist/api/types/classes",
Expand Down

0 comments on commit f1e0489

Please sign in to comment.