Skip to content

Commit

Permalink
chore(main): release 1.2.7 (#334)
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 28, 2024
1 parent 4ed5abc commit 7b05da0
Show file tree
Hide file tree
Showing 3 changed files with 9 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.6"}
{".":"1.2.7"}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.2.7](https://github.com/ghoullier/fp-nutshell/compare/v1.2.6...v1.2.7) (2024-03-27)


### Miscellaneous

* **deps-dev:** bump @tsconfig/strictest from 2.0.4 to 2.0.5 ([#333](https://github.com/ghoullier/fp-nutshell/issues/333)) ([4ed5abc](https://github.com/ghoullier/fp-nutshell/commit/4ed5abc6bcf5182823f4af3232a825e687210499))

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


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.6",
"version": "1.2.7",
"type": "module",
"scripts": {
"build:lib": "bun build --minify --outdir=dist src/index.ts",
Expand Down

0 comments on commit 7b05da0

Please sign in to comment.