Skip to content

Commit

Permalink
16.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nfroidure committed Jul 15, 2024
1 parent d2d597a commit 18aac57
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [16.0.4](https://github.com/nfroidure/common-services/compare/v16.0.3...v16.0.4) (2024-07-15)


### Features

* **lrupool:** add a LRU pool service ([cf3a8cf](https://github.com/nfroidure/common-services/commit/cf3a8cf31ec8f4aa6fe4dc19ed1ee4f84c55e760))



## [16.0.3](https://github.com/nfroidure/common-services/compare/v16.0.2...v16.0.3) (2024-05-28)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
]
},
"name": "common-services",
"version": "16.0.3",
"version": "16.0.4",
"description": "A module to gather very common services.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -179,4 +179,4 @@
"overrides": {
"eslint": "^9.7.0"
}
}
}

0 comments on commit 18aac57

Please sign in to comment.