From d457dace71e2b80d7041622771e62a75340400a5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 17:05:09 +0000 Subject: [PATCH] chore(main): release 1.5.1 --- .github/config/.release-please-config.json | 2 +- CHANGELOG.md | 19 +++++++++++++++++++ package.json | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/.github/config/.release-please-config.json b/.github/config/.release-please-config.json index ef19757..73bc8f8 100644 --- a/.github/config/.release-please-config.json +++ b/.github/config/.release-please-config.json @@ -1 +1 @@ -{".":"1.5.0"} +{".":"1.5.1"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 615b569..69e28f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [1.5.1](https://github.com/ghoullier/fp-nutshell/compare/v1.5.0...v1.5.1) (2026-08-31) + + +### Miscellaneous + +* **deps-dev:** bump @arethetypeswrong/cli from 0.18.4 to 0.18.5 ([#606](https://github.com/ghoullier/fp-nutshell/issues/606)) ([c635a55](https://github.com/ghoullier/fp-nutshell/commit/c635a5585ca038e290e2db790e9e5bd00f82a477)) +* **deps-dev:** bump @biomejs/biome from 2.5.1 to 2.5.2 ([#602](https://github.com/ghoullier/fp-nutshell/issues/602)) ([7f44ec4](https://github.com/ghoullier/fp-nutshell/commit/7f44ec4c5ce4ebbda26c4c8200561154e211f7d9)) +* **deps-dev:** bump @biomejs/biome from 2.5.10 to 2.5.11 ([#618](https://github.com/ghoullier/fp-nutshell/issues/618)) ([7d5ff07](https://github.com/ghoullier/fp-nutshell/commit/7d5ff07594a6b410213fcc9ad647f192c406aaa5)) +* **deps-dev:** bump @biomejs/biome from 2.5.2 to 2.5.3 ([#605](https://github.com/ghoullier/fp-nutshell/issues/605)) ([837ec3d](https://github.com/ghoullier/fp-nutshell/commit/837ec3d993944b6b3e9aa6f3fb86d132dc6bbda6)) +* **deps-dev:** bump @biomejs/biome from 2.5.3 to 2.5.4 ([#607](https://github.com/ghoullier/fp-nutshell/issues/607)) ([d78b4e0](https://github.com/ghoullier/fp-nutshell/commit/d78b4e08b7e402d2144736ca7df0edbaad38e6db)) +* **deps-dev:** bump @biomejs/biome from 2.5.4 to 2.5.5 ([#608](https://github.com/ghoullier/fp-nutshell/issues/608)) ([d14da1b](https://github.com/ghoullier/fp-nutshell/commit/d14da1b9c27b3184c07c6323c417ee0033de705f)) +* **deps-dev:** bump @biomejs/biome from 2.5.5 to 2.5.6 ([#610](https://github.com/ghoullier/fp-nutshell/issues/610)) ([28f0e6e](https://github.com/ghoullier/fp-nutshell/commit/28f0e6e0b5927acdf359f818095b630e2e721a7b)) +* **deps-dev:** bump @biomejs/biome from 2.5.6 to 2.5.7 ([#612](https://github.com/ghoullier/fp-nutshell/issues/612)) ([e46ee0f](https://github.com/ghoullier/fp-nutshell/commit/e46ee0f7fc26f9fb69d7e20526702956668eebfe)) +* **deps-dev:** bump @biomejs/biome from 2.5.7 to 2.5.8 ([#613](https://github.com/ghoullier/fp-nutshell/issues/613)) ([8a27df9](https://github.com/ghoullier/fp-nutshell/commit/8a27df90d0079efd86657f1ea91203618310c023)) +* **deps-dev:** bump @biomejs/biome from 2.5.8 to 2.5.9 ([#614](https://github.com/ghoullier/fp-nutshell/issues/614)) ([649918f](https://github.com/ghoullier/fp-nutshell/commit/649918fb8230ba642a2c4fb509eae9170087e0af)) +* **deps-dev:** bump @biomejs/biome from 2.5.9 to 2.5.10 ([#617](https://github.com/ghoullier/fp-nutshell/issues/617)) ([bcf2937](https://github.com/ghoullier/fp-nutshell/commit/bcf2937fb89b2d1ff24e70183de0281d01a53e42)) +* **deps-dev:** bump bun-types from 1.3.14 to 1.4.0 ([#616](https://github.com/ghoullier/fp-nutshell/issues/616)) ([3b904f3](https://github.com/ghoullier/fp-nutshell/commit/3b904f3c26a56c955b8678e9f08b00ad1e538db1)) +* **deps-dev:** bump publint from 0.3.21 to 0.3.22 ([#609](https://github.com/ghoullier/fp-nutshell/issues/609)) ([7065e8d](https://github.com/ghoullier/fp-nutshell/commit/7065e8d3a9b71d73c981ac8ac221603d3599c900)) + ## [1.5.0](https://github.com/ghoullier/fp-nutshell/compare/v1.4.0...v1.5.0) (2026-06-30) diff --git a/package.json b/package.json index 7812764..295df75 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@ghoullier/fp-nutshell", "description": "Functional programming in a nutshell", "author": "Grégory Houllier", - "version": "1.5.0", + "version": "1.5.1", "type": "module", "scripts": { "build:lib": "bun build --minify --outdir=dist src/index.ts",