Skip to content

Commit 9aa86da

Browse files
committed
Auto-generated commit
1 parent 4004b51 commit 9aa86da

File tree

2 files changed

+72
-16
lines changed

2 files changed

+72
-16
lines changed

.github/.keepalive

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024-08-01T01:20:20.508Z
1+
2024-08-03T16:05:19.832Z

CHANGELOG.md

Lines changed: 71 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,38 @@
22

33
> Package changelog.
44
5-
<section class="release" id="unreleased">
5+
<section class="release" id="v0.3.0">
6+
7+
## 0.3.0 (2024-07-27)
8+
9+
<section class="features">
10+
11+
### Features
12+
13+
- [`67858b3`](https://github.com/stdlib-js/stdlib/commit/67858b341e920fed871e34ba0d6b6809804916f7) - improve type safety
14+
15+
</section>
616

7-
## Unreleased (2024-08-01)
17+
<!-- /.features -->
18+
19+
<section class="breaking-changes">
20+
21+
### BREAKING CHANGES
22+
23+
- [`67858b3`](https://github.com/stdlib-js/stdlib/commit/67858b341e920fed871e34ba0d6b6809804916f7): improve type safety
24+
- [`67858b3`](https://github.com/stdlib-js/stdlib/commit/67858b341e920fed871e34ba0d6b6809804916f7): The return types are now more specific. This may break existing code that relies on less strict typing, but should not affect most users. To preserve the prior behavior, you can cast the return value to `string` via a type assertion.
25+
26+
</section>
27+
28+
<!-- /.breaking-changes -->
829

930
<section class="commits">
1031

1132
### Commits
1233

1334
<details>
1435

15-
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
36+
- [`67858b3`](https://github.com/stdlib-js/stdlib/commit/67858b341e920fed871e34ba0d6b6809804916f7) - **feat:** improve type safety _(by Philipp Burckhardt)_
1637

1738
</details>
1839

@@ -26,7 +47,7 @@
2647

2748
A total of 1 person contributed to this release. Thank you to this contributor:
2849

29-
- Athan Reines
50+
- Philipp Burckhardt
3051

3152
</section>
3253

@@ -36,16 +57,6 @@ A total of 1 person contributed to this release. Thank you to this contributor:
3657

3758
<!-- /.release -->
3859

39-
<section class="release" id="v0.3.0">
40-
41-
## 0.3.0 (2024-07-27)
42-
43-
No changes reported for this release.
44-
45-
</section>
46-
47-
<!-- /.release -->
48-
4960
<section class="release" id="v0.2.1">
5061

5162
## 0.2.1 (2024-02-22)
@@ -80,7 +91,52 @@ No changes reported for this release.
8091

8192
## 0.1.0 (2023-09-22)
8293

83-
No changes reported for this release.
94+
<section class="features">
95+
96+
### Features
97+
98+
- [`3573d92`](https://github.com/stdlib-js/stdlib/commit/3573d92955f1150eae58fb534808b7a30532a1c1) - update minimum TypeScript version
99+
100+
</section>
101+
102+
<!-- /.features -->
103+
104+
<section class="breaking-changes">
105+
106+
### BREAKING CHANGES
107+
108+
- [`3573d92`](https://github.com/stdlib-js/stdlib/commit/3573d92955f1150eae58fb534808b7a30532a1c1): update minimum TypeScript version
109+
110+
</section>
111+
112+
<!-- /.breaking-changes -->
113+
114+
<section class="commits">
115+
116+
### Commits
117+
118+
<details>
119+
120+
- [`3573d92`](https://github.com/stdlib-js/stdlib/commit/3573d92955f1150eae58fb534808b7a30532a1c1) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
121+
- [`6c7e770`](https://github.com/stdlib-js/stdlib/commit/6c7e770dab6e03561202af2861ae11c27af8a90c) - **refactor:** use strictEqual checks _(by Philipp Burckhardt)_
122+
123+
</details>
124+
125+
</section>
126+
127+
<!-- /.commits -->
128+
129+
<section class="contributors">
130+
131+
### Contributors
132+
133+
A total of 1 person contributed to this release. Thank you to this contributor:
134+
135+
- Philipp Burckhardt
136+
137+
</section>
138+
139+
<!-- /.contributors -->
84140

85141
</section>
86142

0 commit comments

Comments
 (0)