Skip to content

Commit

Permalink
chore(release): v2.1.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed Oct 26, 2024
1 parent 7167b63 commit 8231cef
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 1 deletion.
50 changes: 50 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
# [2.1.0](https://github.com/SeanLuis/rest-data-validator/compare/v2.0.18...v2.1.0) (2024-10-26)


### Features

* update package configuration for module compatibility ([9e73afe](https://github.com/SeanLuis/rest-data-validator/commit/9e73afed5ee7029f768d1585d75c9f51a7ca137d))



## [2.0.18](https://github.com/SeanLuis/rest-data-validator/compare/v2.0.17...v2.0.18) (2024-09-28)


### Bug Fixes

* **security:** minor changes ([f2242b4](https://github.com/SeanLuis/rest-data-validator/commit/f2242b46bd34bc00521faa71fd4003cbe59c566b))


### Features

* **schema:** added new feature for schema creation ([1283e5c](https://github.com/SeanLuis/rest-data-validator/commit/1283e5cd026ba40d8c62c23445b185d267fc7593))



## [2.0.17](https://github.com/SeanLuis/rest-data-validator/compare/v2.0.16...v2.0.17) (2024-07-10)


### Features

* **validators:** add ISO31661Alpha2 and BIC validators and decorators ([31fe11a](https://github.com/SeanLuis/rest-data-validator/commit/31fe11a6deb7539c89e8e2312ebbf6e7d8e8ec3a))



## [2.0.16](https://github.com/SeanLuis/rest-data-validator/compare/v2.0.15...v2.0.16) (2024-07-01)


### Bug Fixes

* refine build config and entrypoints to enhance CLI compatibility ([0e705cb](https://github.com/SeanLuis/rest-data-validator/commit/0e705cbe4bfec419930f2c61b945a7b47bf077dd))



## [2.0.15](https://github.com/SeanLuis/rest-data-validator/compare/v2.0.14...v2.0.15) (2024-06-30)


### Features

* **validation:** implement Contains decorator and validator ([1779c45](https://github.com/SeanLuis/rest-data-validator/commit/1779c451b9d19c3a38c1a01629a747d544b001e9))



2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rest-data-validator",
"version": "2.0.18",
"version": "2.1.0",
"description": "A versatile data validation library for RESTful APIs, supporting a wide range of data types and validation rules.",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down

0 comments on commit 8231cef

Please sign in to comment.