Skip to content

Commit 7188626

Browse files
author
vidavidorra-release
committed
chore(release): 1.1.15 [skip ci]
### [1.1.15](v1.1.14...v1.1.15) (2020-10-19) ### Miscellaneous Chores * **deps:** update dependency codecov/codecov-action to v1.0.14 ([#47](#47)) ([b49bf86](b49bf86)) * **deps:** update dependency eslint to v7.11.0 ([#39](#39)) ([b10ada5](b10ada5)) * **deps:** update dependency eslint-config-prettier to v6.13.0 ([#45](#45)) ([7c4f61a](7c4f61a)) * **deps:** update dependency lint-staged to v10.4.1 ([#44](#44)) ([9a1558b](9a1558b)) * **deps:** update dependency lint-staged to v10.4.2 ([#46](#46)) ([cb8452e](cb8452e)) * **deps:** update dependency semantic-release to v17.2.0 ([#41](#41)) ([27e5984](27e5984)) * **deps:** update dependency semantic-release to v17.2.1 ([#42](#42)) ([fcdffe6](fcdffe6)) * **deps:** update jest monorepo to v26.5.3 ([#40](#40)) ([cbcc133](cbcc133)) * **deps:** update jest monorepo to v26.6.0 ([#48](#48)) ([bd376df](bd376df)) * **deps:** update typescript-eslint monorepo to v4.4.1 ([#43](#43)) ([8f23778](8f23778)) * remove ESLint disable before `[@ts-expect-error](https://github.com/ts-expect-error)` comment ([22a995f](22a995f)) ### Documentation * add documentation with my new readme style ([c457afd](c457afd))
1 parent c457afd commit 7188626

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
### [1.1.15](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.1.14...v1.1.15) (2020-10-19)
2+
3+
4+
### Miscellaneous Chores
5+
6+
* **deps:** update dependency codecov/codecov-action to v1.0.14 ([#47](https://github.com/vidavidorra/commitlint-plugin-function-rules/issues/47)) ([b49bf86](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/b49bf86e001dc7ec8be440183bbc4174fe27210d))
7+
* **deps:** update dependency eslint to v7.11.0 ([#39](https://github.com/vidavidorra/commitlint-plugin-function-rules/issues/39)) ([b10ada5](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/b10ada5b09c693b5b75a48e193be0a29244580da))
8+
* **deps:** update dependency eslint-config-prettier to v6.13.0 ([#45](https://github.com/vidavidorra/commitlint-plugin-function-rules/issues/45)) ([7c4f61a](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/7c4f61aacca467f1650b9f92a218aa00887a68a3))
9+
* **deps:** update dependency lint-staged to v10.4.1 ([#44](https://github.com/vidavidorra/commitlint-plugin-function-rules/issues/44)) ([9a1558b](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/9a1558b04a206ce61c904d30b67044c55085fab7))
10+
* **deps:** update dependency lint-staged to v10.4.2 ([#46](https://github.com/vidavidorra/commitlint-plugin-function-rules/issues/46)) ([cb8452e](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/cb8452e330bb3007ee0f46b701d816d4e246ab67))
11+
* **deps:** update dependency semantic-release to v17.2.0 ([#41](https://github.com/vidavidorra/commitlint-plugin-function-rules/issues/41)) ([27e5984](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/27e5984aefbd9b269b3f97754637dca0a0095fb0))
12+
* **deps:** update dependency semantic-release to v17.2.1 ([#42](https://github.com/vidavidorra/commitlint-plugin-function-rules/issues/42)) ([fcdffe6](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/fcdffe627875738f9e4e0d9e1081478904df24ce))
13+
* **deps:** update jest monorepo to v26.5.3 ([#40](https://github.com/vidavidorra/commitlint-plugin-function-rules/issues/40)) ([cbcc133](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/cbcc133937600041d86a16993aa59785ca487118))
14+
* **deps:** update jest monorepo to v26.6.0 ([#48](https://github.com/vidavidorra/commitlint-plugin-function-rules/issues/48)) ([bd376df](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/bd376df7665a8891ad6ccbc224a5b5f3d3dde4bd))
15+
* **deps:** update typescript-eslint monorepo to v4.4.1 ([#43](https://github.com/vidavidorra/commitlint-plugin-function-rules/issues/43)) ([8f23778](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/8f23778cb6903bd1afc9ae0fa2fcd76b0700884f))
16+
* remove ESLint disable before `[@ts-expect-error](https://github.com/ts-expect-error)` comment ([22a995f](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/22a995fb23efc582ef0d12da2be016683625b869))
17+
18+
19+
### Documentation
20+
21+
* add documentation with my new readme style ([c457afd](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/c457afd554c8b8d1e15bd01af16480761b4edee0))
22+
123
### [1.1.14](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.1.13...v1.1.14) (2020-10-07)
224

325

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.14",
3+
"version": "1.1.15",
44
"description": "commitlint plugin to define rules as functions.",
55
"main": "dist/src/index.js",
66
"types": "dist/src/index.d.ts",

0 commit comments

Comments
 (0)