From 0de20e23af2ed41b6d519c5127e9ad9e3b31692e Mon Sep 17 00:00:00 2001 From: simonguo Date: Wed, 8 Mar 2023 16:12:46 +0800 Subject: [PATCH] build: bump 2.1.1 --- CHANGELOG.md | 19 +++++++------------ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a12390d..106eaac 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,29 +1,24 @@ -# [2.1.0](https://github.com/rsuite/schema-typed/compare/2.0.4...2.1.0) (2023-03-02) - +## [2.1.1](https://github.com/rsuite/schema-typed/compare/2.1.0...2.1.1) (2023-03-08) -### Features +- chore: change the compilation target of TypeScript from esnext to es2019 -* addAsyncRule to allow sync and async rules to run ([#63](https://github.com/rsuite/schema-typed/issues/63)) ([574f9ad](https://github.com/rsuite/schema-typed/commit/574f9ad973af97b8c1bae44c3fcfa3dad608c4d6)) +# [2.1.0](https://github.com/rsuite/schema-typed/compare/2.0.4...2.1.0) (2023-03-02) +### Features +- addAsyncRule to allow sync and async rules to run ([#63](https://github.com/rsuite/schema-typed/issues/63)) ([574f9ad](https://github.com/rsuite/schema-typed/commit/574f9ad973af97b8c1bae44c3fcfa3dad608c4d6)) ## [2.0.4](https://github.com/rsuite/schema-typed/compare/2.0.3...2.0.4) (2023-03-01) - ### Bug Fixes -* promises where not allowed by type ([#61](https://github.com/rsuite/schema-typed/issues/61)) ([9cc665c](https://github.com/rsuite/schema-typed/commit/9cc665c4f72b5a22942d351c961263c179888a7a)) - - +- promises where not allowed by type ([#61](https://github.com/rsuite/schema-typed/issues/61)) ([9cc665c](https://github.com/rsuite/schema-typed/commit/9cc665c4f72b5a22942d351c961263c179888a7a)) ## [2.0.3](https://github.com/rsuite/schema-typed/compare/2.0.2...2.0.3) (2022-06-30) - ### Bug Fixes -* **ObjectType:** specifies type of property `object` in the `ObjectType` check result ([#46](https://github.com/rsuite/schema-typed/issues/46)) ([0571e09](https://github.com/rsuite/schema-typed/commit/0571e097217b0c999acaf9e5780bdd289aa46a46)) - - +- **ObjectType:** specifies type of property `object` in the `ObjectType` check result ([#46](https://github.com/rsuite/schema-typed/issues/46)) ([0571e09](https://github.com/rsuite/schema-typed/commit/0571e097217b0c999acaf9e5780bdd289aa46a46)) # 2.0.2 diff --git a/package-lock.json b/package-lock.json index 0289134..8637b69 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "schema-typed", - "version": "2.1.0", + "version": "2.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index eff9c26..394bf55 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "schema-typed", - "version": "2.1.0", + "version": "2.1.1", "description": "Schema for data modeling & validation", "main": "lib/index.js", "module": "es/index.js",