Skip to content

Commit

Permalink
chore(main): release 1.2.6 (#329)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Mar 26, 2024
1 parent e239079 commit 25f1a11
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/config/.release-please-config.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"1.2.5"}
{".":"1.2.6"}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [1.2.6](https://github.com/ghoullier/fp-nutshell/compare/v1.2.5...v1.2.6) (2024-03-26)


### Miscellaneous

* **deps-dev:** bump @biomejs/biome from 1.6.1 to 1.6.2 ([#328](https://github.com/ghoullier/fp-nutshell/issues/328)) ([044b829](https://github.com/ghoullier/fp-nutshell/commit/044b8291ff271136a47d3d21d15e7240067f6305))
* **deps-dev:** bump @biomejs/biome from 1.6.2 to 1.6.3 ([#330](https://github.com/ghoullier/fp-nutshell/issues/330)) ([370f3f9](https://github.com/ghoullier/fp-nutshell/commit/370f3f94e7d43febe85a9211cf9515482a26e385))
* **deps-dev:** bump @tsconfig/strictest from 2.0.3 to 2.0.4 ([#331](https://github.com/ghoullier/fp-nutshell/issues/331)) ([5801a82](https://github.com/ghoullier/fp-nutshell/commit/5801a8296a01526cf3ed52d2114b15af38e93501))
* **deps-dev:** bump @types/bun from 1.0.10 to 1.0.11 ([#332](https://github.com/ghoullier/fp-nutshell/issues/332)) ([e239079](https://github.com/ghoullier/fp-nutshell/commit/e239079c9feb8146d5ff0b5d52421662cefa8865))
* **deps-dev:** bump bun-types from 1.0.33 to 1.0.35 ([#327](https://github.com/ghoullier/fp-nutshell/issues/327)) ([3db1520](https://github.com/ghoullier/fp-nutshell/commit/3db1520c04f47e667ead51e21010274d8376aaec))

## [1.2.5](https://github.com/ghoullier/fp-nutshell/compare/v1.2.4...v1.2.5) (2024-03-21)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@ghoullier/fp-nutshell",
"description": "Functional programming in a nutshell",
"author": "Grégory Houllier",
"version": "1.2.5",
"version": "1.2.6",
"type": "module",
"scripts": {
"build:lib": "bun build --minify --outdir=dist src/index.ts",
Expand Down

0 comments on commit 25f1a11

Please sign in to comment.