Skip to content

Commit afc4608

Browse files
author
vidavidorra-release
committed
chore(release): 1.0.12 [skip ci]
### [1.0.12](v1.0.11...v1.0.12) (2020-09-18) ### Bug Fixes * **package:** point `main`, `types` and `files` to the correct paths ([df10abf](df10abf)) ### Miscellaneous Chores * **dev-deps:** update dependency lint-staged to v10.4.0 ([#15](#15)) ([c02a5eb](c02a5eb)) ### Tests * **end-to-end:** separate load test ([75943e5](75943e5))
1 parent 75943e5 commit afc4608

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

Diff for: CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
### [1.0.12](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.0.11...v1.0.12) (2020-09-18)
2+
3+
4+
### Bug Fixes
5+
6+
* **package:** point `main`, `types` and `files` to the correct paths ([df10abf](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/df10abfd07418122088f6af29f49eca5a84501dc))
7+
8+
9+
### Miscellaneous Chores
10+
11+
* **dev-deps:** update dependency lint-staged to v10.4.0 ([#15](https://github.com/vidavidorra/commitlint-plugin-function-rules/issues/15)) ([c02a5eb](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/c02a5ebfd8f514a2c027152f23ebcf0f93471376))
12+
13+
14+
### Tests
15+
16+
* **end-to-end:** separate load test ([75943e5](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/75943e5004a4865f2d650d62ca38f5fdc0768e25))
17+
118
### [1.0.11](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.0.10...v1.0.11) (2020-09-18)
219

320

Diff for: package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint-plugin-function-rules",
3-
"version": "1.0.11",
3+
"version": "1.0.12",
44
"description": "commitlint plugin to define rules as functions.",
55
"main": "dist/src.index.js",
66
"types": "dist/src/index.d.js",

0 commit comments

Comments
 (0)