Skip to content

Commit 475f57f

Browse files
author
vidavidorra-release
committed
chore(release): 1.1.6 [skip ci]
### [1.1.6](v1.1.5...v1.1.6) (2020-09-24) ### Bug Fixes * **package:** correct `main` path ([90d2bde](90d2bde)) ### Miscellaneous Chores * remove code from semantic-release in badges ([45b4df2](45b4df2)) * **deps:** update typescript-eslint monorepo to v4.2.0 ([#24](#24)) ([474380e](474380e)) ### Documentation * correct description of CI build ([824ba4e](824ba4e))
1 parent 90d2bde commit 475f57f

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
### [1.1.6](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.1.5...v1.1.6) (2020-09-24)
2+
3+
4+
### Bug Fixes
5+
6+
* **package:** correct `main` path ([90d2bde](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/90d2bdeb212163966bea48200a51d99bebd649a4))
7+
8+
9+
### Miscellaneous Chores
10+
11+
* remove code from semantic-release in badges ([45b4df2](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/45b4df2e9955f07b6c96b558c1c40ecff97936dd))
12+
* **deps:** update typescript-eslint monorepo to v4.2.0 ([#24](https://github.com/vidavidorra/commitlint-plugin-function-rules/issues/24)) ([474380e](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/474380e565c4c4e45181f35937e66551765d2e40))
13+
14+
15+
### Documentation
16+
17+
* correct description of CI build ([824ba4e](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/824ba4e99fe2b3e4c51fffa8316f033bbe610031))
18+
119
### [1.1.5](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.1.4...v1.1.5) (2020-09-20)
220

321

package-lock.json

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

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.1.5",
3+
"version": "1.1.6",
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)