Skip to content

Commit e0bee19

Browse files
committed
Release 5.0.1
1 parent 8765762 commit e0bee19

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
### Changelog
22

3-
#### [5.0.0](https://github.com/aptoma/hapi-mongoose-helper/compare/4.0.0...5.0.0) 2021-10-12
3+
#### [5.0.1](https://github.com/aptoma/hapi-mongoose-helper/compare/5.0.0...5.0.1) 2021-10-12
4+
5+
- Support more result types in notFoundExceptionIfNoMatch [`8cc1a17`](https://github.com/aptoma/hapi-mongoose-helper/commit/8cc1a171b6c6a39ba12370deca83ec45b6a8f339)
6+
7+
### [5.0.0](https://github.com/aptoma/hapi-mongoose-helper/compare/4.0.0...5.0.0) 2021-10-12
48

59
- Update dependencies. [`8b87a0f`](https://github.com/aptoma/hapi-mongoose-helper/commit/8b87a0fe1c99e26b4dc017ebeb44ff8f6412fbb8)
610

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aptoma/hapi-mongoose-helper",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"description": "",
55
"main": "index.js",
66
"scripts": {
@@ -30,7 +30,7 @@
3030
"eslintConfig": {
3131
"extends": "@aptoma/eslint-config",
3232
"parserOptions": {
33-
"ecmaVersion": "2017"
33+
"ecmaVersion": "2021"
3434
},
3535
"env": {
3636
"node": true,

0 commit comments

Comments
 (0)