Skip to content

Commit

Permalink
chore(release): 1.3.0-beta.2 [skip ci]
Browse files Browse the repository at this point in the history
# [1.3.0-beta.2](v1.3.0-beta.1...v1.3.0-beta.2) (2023-05-07)

### Features

* **validation:** onlyIDs - validate only ID fields ([cc08622](cc08622))
* **validation:** reference Validation - Validation option only for reference/entity types ([39faa00](39faa00))
  • Loading branch information
semantic-release-bot committed May 7, 2023
1 parent 1c58221 commit 225c84a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [1.3.0-beta.2](https://github.com/herbsjs/gotu/compare/v1.3.0-beta.1...v1.3.0-beta.2) (2023-05-07)


### Features

* **validation:** onlyIDs - validate only ID fields ([cc08622](https://github.com/herbsjs/gotu/commit/cc08622af5be87e0e643346d6e9b212352663979))
* **validation:** reference Validation - Validation option only for reference/entity types ([39faa00](https://github.com/herbsjs/gotu/commit/39faa00fceb1371dfd63cc54ce9df14304bc4bfa))

# [1.3.0-beta.1](https://github.com/herbsjs/gotu/compare/v1.2.0...v1.3.0-beta.1) (2023-03-29)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@herbsjs/gotu",
"version": "1.3.0-beta.1",
"version": "1.3.0-beta.2",
"description": "Domain entities javascript library.",
"main": "./src/gotu.js",
"scripts": {
Expand Down

0 comments on commit 225c84a

Please sign in to comment.