Skip to content

Commit

Permalink
chore(main): release 1.2.4 (#315)
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 11, 2024
1 parent 6bca19b commit 542b0e5
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 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.3"}
{".":"1.2.4"}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [1.2.4](https://github.com/ghoullier/fp-nutshell/compare/v1.2.3...v1.2.4) (2024-03-11)


### Miscellaneous

* **deps-dev:** bump @arethetypeswrong/cli from 0.15.0 to 0.15.1 ([#314](https://github.com/ghoullier/fp-nutshell/issues/314)) ([b397228](https://github.com/ghoullier/fp-nutshell/commit/b397228c8e01029dbfbd5c057a9fcbee95cb8136))
* **deps-dev:** bump the eslint group with 2 updates ([#316](https://github.com/ghoullier/fp-nutshell/issues/316)) ([1f44f01](https://github.com/ghoullier/fp-nutshell/commit/1f44f0170bc004ebc6d311c5de7be188a48208aa))
* migrate from `eslint` to `biome` ([#317](https://github.com/ghoullier/fp-nutshell/issues/317)) ([6bca19b](https://github.com/ghoullier/fp-nutshell/commit/6bca19b968261a12b4995530bb4d60e16edce5c3))

## [1.2.3](https://github.com/ghoullier/fp-nutshell/compare/v1.2.2...v1.2.3) (2024-03-10)


Expand Down
7 changes: 5 additions & 2 deletions 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.3",
"version": "1.2.4",
"type": "module",
"scripts": {
"build:lib": "bun build --minify --outdir=dist src/index.ts",
Expand All @@ -13,7 +13,10 @@
"lint:exports": "attw --pack . --ignore-rules no-resolution cjs-resolves-to-esm",
"lint:package": "publint ."
},
"files": ["dist", "package.json"],
"files": [
"dist",
"package.json"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 542b0e5

Please sign in to comment.