Skip to content

Commit

Permalink
chore(release): 1.4.0-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
# [1.4.0-beta.1](v1.3.1...v1.4.0-beta.1) (2023-03-29)

### Bug Fixes

* **lint:** remove semicolon ([c90a472](c90a472))

### Features

* **tryparse:** tryParse - a helper function that tries to parse a value to the expected type ([3c163ab](3c163ab))
  • Loading branch information
semantic-release-bot committed Mar 29, 2023
1 parent c90a472 commit 351a875
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.4.0-beta.1](https://github.com/herbsjs/suma/compare/v1.3.1...v1.4.0-beta.1) (2023-03-29)


### Bug Fixes

* **lint:** remove semicolon ([c90a472](https://github.com/herbsjs/suma/commit/c90a472e0a95bc6424b24a40210b806cbd5fed81))


### Features

* **tryparse:** tryParse - a helper function that tries to parse a value to the expected type ([3c163ab](https://github.com/herbsjs/suma/commit/3c163ab4c4d8abbd84cb90894d49adbfe6ee6f2c))

## [1.3.1](https://github.com/herbsjs/suma/compare/v1.3.0...v1.3.1) (2022-04-22)


Expand Down
6 changes: 3 additions & 3 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/suma",
"version": "1.3.1",
"version": "1.4.0-beta.1",
"description": "Suma helps with single value validations emiting error codes only",
"main": "./src/suma.js",
"scripts": {
Expand Down

0 comments on commit 351a875

Please sign in to comment.