Skip to content

Commit e93d2fa

Browse files
authored
[ci] release (#271)
1 parent a88b6c8 commit e93d2fa

File tree

4 files changed

+8
-11
lines changed

4 files changed

+8
-11
lines changed

.changeset/brown-canyons-pull.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/grumpy-years-beam.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/utils/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @inox-tools/utils
22

3+
## 1.1.1
4+
5+
### Patch Changes
6+
7+
- a88b6c8: Add `LazyKeyed.wrap` to be simmetric to `Lazy.wrap`.
8+
- a88b6c8: Declare static constructors of `Lazy` and `LazyKeyed` to take `this: void` so typescript strictest modes allow passing those functions as values without rebinding.
9+
310
## 1.1.0
411

512
### Minor Changes

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@inox-tools/utils",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "A collection of utilities used throughout Inox Tools",
55
"keywords": [
66
"utilities"

0 commit comments

Comments
 (0)