Skip to content

Commit

Permalink
Chore: (release) add version 1.10.7 [skip ci]
Browse files Browse the repository at this point in the history
## [1.10.7](v1.10.6...v1.10.7) (2022-02-28)

### Chore

* Lock file maintenance (#30) ([2f03dd7](2f03dd7)), closes [#30](#30)
* replace path.resolve to path.normalize in tests. windows compartibility ([5a21e89](5a21e89))
* Update devDependencies (non-major) (#16) ([23cadea](23cadea)), closes [#16](#16)
* Update devDependencies (non-major) (major) (#17) ([85d5b26](85d5b26)), closes [#17](#17)

### Docs

* help Ukraine 🇺🇦 ([e46e3aa](e46e3aa))
  • Loading branch information
semantic-release-bot committed Feb 28, 2022
1 parent e46e3aa commit 8b51090
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [1.10.7](https://github.com/pustovitDmytro/cottus/compare/v1.10.6...v1.10.7) (2022-02-28)


### Chore

* Lock file maintenance (#30) ([2f03dd7](https://github.com/pustovitDmytro/cottus/commit/2f03dd705b7a209031ffcc13bdb0b54c803dfa30)), closes [#30](https://github.com/pustovitDmytro/cottus/issues/30)
* replace path.resolve to path.normalize in tests. windows compartibility ([5a21e89](https://github.com/pustovitDmytro/cottus/commit/5a21e89f4edc089e46bfc757b13e7649392a75db))
* Update devDependencies (non-major) (#16) ([23cadea](https://github.com/pustovitDmytro/cottus/commit/23cadead176d839d751c23e94f01e6d79ae61fc3)), closes [#16](https://github.com/pustovitDmytro/cottus/issues/16)
* Update devDependencies (non-major) (major) (#17) ([85d5b26](https://github.com/pustovitDmytro/cottus/commit/85d5b266b2c736c289933e56f56197051b65cb22)), closes [#17](https://github.com/pustovitDmytro/cottus/issues/17)

### Docs

* help Ukraine 🇺🇦 ([e46e3aa](https://github.com/pustovitDmytro/cottus/commit/e46e3aaf83920d83050ed754433237e394738702))

## [1.10.6](https://github.com/pustovitDmytro/cottus/compare/v1.10.5...v1.10.6) (2022-02-01)


Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ Checks input to be a valid email address.

**Note!** The `string` rule is checked before running validation.

[Source](https://github.com/pustovitDmytro/cottus.git/blob/bbced33e89883a3f2679e55780699dba5d76a9e0/src/rules/email.js#L41)
[Source](https://github.com/pustovitDmytro/cottus.git/blob/e46e3aaf83920d83050ed754433237e394738702/src/rules/email.js#L41)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cottus",
"version": "1.10.6",
"version": "1.10.7",
"description": "boilerplate for creating npm packages",
"main": "./lib",
"scripts": {
Expand Down

0 comments on commit 8b51090

Please sign in to comment.