Skip to content

Commit ded1f67

Browse files
chore(release): 1.0.17 [skip ci]
## [1.0.17](v1.0.16...v1.0.17) (2021-05-29) ### Bug Fixes * add & fix eslint:node lint checks ([5f8d7e3](5f8d7e3)) * build failure due to nullish-coalescing-operator ([96401af](96401af)) * eslint-config-prettier@8 errors ([ab74318](ab74318)) * eslint:import/order issues ([e57aba1](e57aba1)) * eslint:plugin:@typescript-eslint/all warnings ([f993f5f](f993f5f)) * eslint:plugin:@typescript-eslint/all warnings ([8777342](8777342)) * issues with yargs@17.0.1 ([7b31306](7b31306)) * npm audit fix ([0fa3060](0fa3060)) * rename-module & rename-pattern is not exclusive ([98f135a](98f135a)) * **deps:** bump yargs from 16.2.0 to 17.0.1 ([d9bd1e7](d9bd1e7))
1 parent a209280 commit ded1f67

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file. See
44
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.17](https://github.com/libinvarghese/recursive-copy-cli/compare/v1.0.16...v1.0.17) (2021-05-29)
7+
8+
9+
### Bug Fixes
10+
11+
* add & fix eslint:node lint checks ([5f8d7e3](https://github.com/libinvarghese/recursive-copy-cli/commit/5f8d7e3fb0085e9b76c8a5a172c4ec9a4a9fe1db))
12+
* build failure due to nullish-coalescing-operator ([96401af](https://github.com/libinvarghese/recursive-copy-cli/commit/96401af88025d464f427eb1ce00a8c9bc30f6ba5))
13+
* eslint-config-prettier@8 errors ([ab74318](https://github.com/libinvarghese/recursive-copy-cli/commit/ab74318eae0545fd9d48f5d9bb0640bd5d07b9b1))
14+
* eslint:import/order issues ([e57aba1](https://github.com/libinvarghese/recursive-copy-cli/commit/e57aba190cff9d8834f64fc8834f882fab65fd47))
15+
* eslint:plugin:@typescript-eslint/all warnings ([f993f5f](https://github.com/libinvarghese/recursive-copy-cli/commit/f993f5fb1e549dd87b2f803383087289467f5fe7))
16+
* eslint:plugin:@typescript-eslint/all warnings ([8777342](https://github.com/libinvarghese/recursive-copy-cli/commit/8777342ca8c4ca24072a2bb29126af5dd302c827))
17+
* issues with yargs@17.0.1 ([7b31306](https://github.com/libinvarghese/recursive-copy-cli/commit/7b313064ebfb0b6f7d0780435c920bb95f8ce364))
18+
* npm audit fix ([0fa3060](https://github.com/libinvarghese/recursive-copy-cli/commit/0fa306018054ce6b8d98e6f1c7d87a3ae9f08a48))
19+
* rename-module & rename-pattern is not exclusive ([98f135a](https://github.com/libinvarghese/recursive-copy-cli/commit/98f135ac280762692f7c0ca242a283363bde79ed))
20+
* **deps:** bump yargs from 16.2.0 to 17.0.1 ([d9bd1e7](https://github.com/libinvarghese/recursive-copy-cli/commit/d9bd1e7c163b876bf74f19afc4738156d574e75d))
21+
622
## [1.0.16](https://github.com/libinvarghese/recursive-copy-cli/compare/v1.0.15...v1.0.16) (2021-03-06)
723

824

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "recursive-copy-cli",
3-
"version": "1.0.16",
3+
"version": "1.0.17",
44
"description": "CLI for [recursive-copy](https://github.com/timkendrick/recursive-copy)",
55
"repository": "https://github.com/libinvarghese/recursive-copy-cli.git",
66
"homepage": "https://github.com/libinvarghese/recursive-copy-cli",

0 commit comments

Comments
 (0)