Skip to content

Commit

Permalink
chore(main): release 1.2.1 (#305)
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 1, 2024
1 parent 925e891 commit 694cf0b
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.0"}
{".":"1.2.1"}
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.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)


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

0 comments on commit 694cf0b

Please sign in to comment.