From 351a875329ae10ac06e9ef8b73b3b911c0ad8a68 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 29 Mar 2023 18:08:23 +0000 Subject: [PATCH] chore(release): 1.4.0-beta.1 [skip ci] # [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)) --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 6 +++--- package.json | 2 +- 3 files changed, 16 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 629eafa..d5a89dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index de7ace7..44337ac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@herbsjs/suma", - "version": "1.3.1", + "version": "1.4.0-beta.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@herbsjs/suma", - "version": "1.3.1", + "version": "1.4.0-beta.1", "license": "MIT", "devDependencies": { "@babel/eslint-parser": "^7.17.0", @@ -27,7 +27,7 @@ "semantic-release": "^19.0.2" }, "engines": { - "node": ">= 14.x" + "node": ">= 16.x" } }, "node_modules/@babel/code-frame": { diff --git a/package.json b/package.json index b8df69a..709a690 100644 --- a/package.json +++ b/package.json @@ -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": {