File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,12 @@ and this project adheres to
88
99## [ Unreleased]
1010
11+ ## [ 0.1.12] - 2023-12-30
12+
1113### Changed
1214
1315- Reduce branching in several hot code paths.
16+ - Use faster object cloning implementation.
1417
1518## [ 0.1.11] - 2023-12-25
1619
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ sonar.projectKey=poolifier_poolifier-deno
22sonar.organization =poolifier
33sonar.javascript.lcov.reportPaths =coverage/lcov.info
44sonar.projectName =poolifier-deno
5- sonar.projectVersion =0.1.11
5+ sonar.projectVersion =0.1.12
66sonar.host.url =https://sonarcloud.io
77sonar.sources =src
88sonar.tests =tests
Original file line number Diff line number Diff line change 1- export const version = '0.1.11 '
1+ export const version = '0.1.12 '
You can’t perform that action at this time.
0 commit comments