Skip to content

Commit b1fdefc

Browse files
committed
0.1.2
- More changes to default rules to focus less on best practices enforcement and more on validation only. - Various dependencies bumped.
1 parent b7be738 commit b1fdefc

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44

55
- Put your changes here...
66

7+
## 0.1.2
8+
9+
- More changes to default rules to focus less on best practices enforcement and more on validation only.
10+
- Various dependencies bumped.
11+
712
## 0.1.1
813

914
- Changes to default rules to focus less on best practices enforcement and more on validation only.
@@ -12,4 +17,3 @@
1217
## 0.1.0
1318

1419
- Initial version.
15-

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"url": "https://github.com/rooseveltframework/express-html-validator/graphs/contributors"
99
}
1010
],
11-
"version": "0.1.1",
11+
"version": "0.1.2",
1212
"files": [
1313
"templates",
1414
"index.js"
@@ -37,7 +37,7 @@
3737
"eslint-plugin-ava": "~10.3.0",
3838
"express": "~4.17.1",
3939
"husky": "~4.2.5",
40-
"lint-staged": "~10.2.2",
40+
"lint-staged": "~10.2.4",
4141
"proxyquire": "~2.1.3",
4242
"standard": "~14.3.4",
4343
"supertest": "~4.0.2",

0 commit comments

Comments
 (0)