From 72a2bf92a832a701e7ee56a49b8299746410ccae Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 16 May 2022 06:00:59 +0000 Subject: [PATCH] chore(release): 1.0.12 [skip ci] ### [1.0.12](https://github.com/jpoehnelt/directory-schema-validator/compare/v1.0.11...v1.0.12) (2022-05-16) ### Miscellaneous Chores * **deps-dev:** bump eslint from 8.13.0 to 8.14.0 ([#42](https://github.com/jpoehnelt/directory-schema-validator/issues/42)) ([c65e7dc](https://github.com/jpoehnelt/directory-schema-validator/commit/c65e7dc38debfb99239cb07788044a224a40ec1d)) * **deps-dev:** bump eslint from 8.14.0 to 8.15.0 ([#46](https://github.com/jpoehnelt/directory-schema-validator/issues/46)) ([e125652](https://github.com/jpoehnelt/directory-schema-validator/commit/e125652536444495174e605b0e266d5eb582f9a1)) * **deps-dev:** bump eslint-plugin-jest from 26.1.4 to 26.1.5 ([#43](https://github.com/jpoehnelt/directory-schema-validator/issues/43)) ([d3730b9](https://github.com/jpoehnelt/directory-schema-validator/commit/d3730b90c2d0bed5aed8f97db318ca890df53894)) * **deps-dev:** bump eslint-plugin-jest from 26.1.5 to 26.2.2 ([#48](https://github.com/jpoehnelt/directory-schema-validator/issues/48)) ([4316910](https://github.com/jpoehnelt/directory-schema-validator/commit/431691071268ca5ad02d6c63e8589e6b5cd7e15b)) * **deps-dev:** bump typescript from 4.6.3 to 4.6.4 ([#44](https://github.com/jpoehnelt/directory-schema-validator/issues/44)) ([81bd76c](https://github.com/jpoehnelt/directory-schema-validator/commit/81bd76cf4d122de737e9495f0ac10004ddec6acc)) * **deps:** bump yargs from 17.4.1 to 17.5.1 ([#49](https://github.com/jpoehnelt/directory-schema-validator/issues/49)) ([6bee45f](https://github.com/jpoehnelt/directory-schema-validator/commit/6bee45f8f52f005abef265f5847106547eea4420)) --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index fa25849..29b18dc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "directory-schema-validator", - "version": "1.0.11", + "version": "1.0.12", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7042a06..2b0687f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "directory-schema-validator", - "version": "1.0.11", + "version": "1.0.12", "description": "Validate file system structure with an extension of JSON schema.", "keywords": [ "validation",