From 694cf0b0c975acbdfd2670dad3591bd92f5a5020 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 17:32:25 +0100 Subject: [PATCH] chore(main): release 1.2.1 (#305) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .github/config/.release-please-config.json | 2 +- CHANGELOG.md | 7 +++++++ package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/config/.release-please-config.json b/.github/config/.release-please-config.json index 49a1c07..f783fd0 100644 --- a/.github/config/.release-please-config.json +++ b/.github/config/.release-please-config.json @@ -1 +1 @@ -{".":"1.2.0"} +{".":"1.2.1"} diff --git a/CHANGELOG.md b/CHANGELOG.md index d64f1d7..6b2031c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.1](https://github.com/ghoullier/fp-nutshell/compare/v1.2.0...v1.2.1) (2024-03-01) + + +### Miscellaneous + +* update install with bun ([#304](https://github.com/ghoullier/fp-nutshell/issues/304)) ([925e891](https://github.com/ghoullier/fp-nutshell/commit/925e891d38c84a24290132a58ee57000e85cc64e)) + ## [1.2.0](https://github.com/ghoullier/fp-nutshell/compare/v1.1.5...v1.2.0) (2024-03-01) diff --git a/package.json b/package.json index 7669a98..ecfb125 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.2.0", + "version": "1.2.1", "type": "module", "scripts": { "build:lib": "bun build --minify --outdir=dist src/index.ts",