Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

Commit

Permalink
chore(release): 1.5.0 [skip ci]
Browse files Browse the repository at this point in the history
## [1.5.0](v1.4.0...v1.5.0) (2022-01-10)

### 🔁 CI

* add typescript check job ([#47](#47)) ([184a178](184a178))

### 📦 Chore

* **devdeps:** update dependency @commitlint/cli to v16.0.2 ([e3736f1](e3736f1))
* **devdeps:** update dependency @rollup/plugin-node-resolve to v13.1.3 ([92e03fd](92e03fd))
* **devdeps:** update dependency @scaleway/eslint-config-react to v3.3.2 ([#50](#50)) ([6f57b77](6f57b77))
* **devdeps:** update dependency jest to v27.4.7 ([f870b89](f870b89))
* **devdeps:** update dependency lint-staged to v12.1.7 ([3053553](3053553))
* **devdeps:** update dependency rollup to v2.63.0 ([a1d0658](a1d0658))

### ⚙️ Features

* handle when multiple errors, get first valid string ([#49](#49)) ([2f662df](2f662df))
  • Loading branch information
semantic-release-bot authored and scaleway-bot committed Jan 10, 2022
1 parent 2f662df commit 12c77d7
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
## [1.5.0](https://github.com/scaleway/scaleway-form/compare/v1.4.0...v1.5.0) (2022-01-10)


### :repeat: CI

* add typescript check job ([#47](https://github.com/scaleway/scaleway-form/issues/47)) ([184a178](https://github.com/scaleway/scaleway-form/commit/184a178f1c85f0703898b780b91f1649660ebe0a))


### :package: Chore

* **devdeps:** update dependency @commitlint/cli to v16.0.2 ([e3736f1](https://github.com/scaleway/scaleway-form/commit/e3736f1a912adb355988a4d520b94272a9577a58))
* **devdeps:** update dependency @rollup/plugin-node-resolve to v13.1.3 ([92e03fd](https://github.com/scaleway/scaleway-form/commit/92e03fdcd928e36653a73c2684941e897d37e715))
* **devdeps:** update dependency @scaleway/eslint-config-react to v3.3.2 ([#50](https://github.com/scaleway/scaleway-form/issues/50)) ([6f57b77](https://github.com/scaleway/scaleway-form/commit/6f57b77a3f0adf992fb42b448aae3345dbd53c7d))
* **devdeps:** update dependency jest to v27.4.7 ([f870b89](https://github.com/scaleway/scaleway-form/commit/f870b8918de4773213de967061cd29863f266c41))
* **devdeps:** update dependency lint-staged to v12.1.7 ([3053553](https://github.com/scaleway/scaleway-form/commit/305355322499b120208d5853d20f610e779a50db))
* **devdeps:** update dependency rollup to v2.63.0 ([a1d0658](https://github.com/scaleway/scaleway-form/commit/a1d06581dd46753d8a7119048d631b78b86e4bd3))


### :gear: Features

* handle when multiple errors, get first valid string ([#49](https://github.com/scaleway/scaleway-form/issues/49)) ([2f662df](https://github.com/scaleway/scaleway-form/commit/2f662df2cf654b83b2582b56a4163893ee91cf5f))

## [1.4.0](https://github.com/scaleway/scaleway-form/compare/v1.3.0...v1.4.0) (2022-01-06)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scaleway/form",
"version": "1.4.0",
"version": "1.5.0",
"description": "Scaleway Form",
"homepage": "https://github.com/scaleway/scaleway-form#readme",
"repository": {
Expand Down

0 comments on commit 12c77d7

Please sign in to comment.