8000 Auto-generated commit · stdlib-js/array-base-setter@0f5c107 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0f5c107

Browse files
committed
Auto-generated commit
1 parent 8d55921 commit 0f5c107

File tree

2 files changed

+70
-20
lines changed

2 files changed

+70
-20
lines changed

.github/.keepalive

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024-08-01T04:54:58.794Z
1+
2024-08-03T20:22:38.695Z

CHANGELOG.md

Lines changed: 69 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,40 @@
22

33
> Package changelog.
44
5-
<section class="release" id="unreleased">
5+
<section class="release" id="v0.2.2">
6+
7+
## 0.2.2 (2024-07-28)
8+
9+
No changes reported for this release.
10+
11+
</section>
12+
13+
<!-- /.release -->
14+
15+
<section class="release" id="v0.2.1">
16+
17+
## 0.2.1 (2024-02-24)
18+
19+
No changes reported for this release.
20+
21+
</section>
22+
23+
<!-- /.release -->
24+
25+
<section class="release" id="v0.2.0">
626

7-
## Unreleased (2024-08-01)
27+
## 0.2.0 (2024-02-14)
828

929
<section class="commits">
1030

1131
### Commits
1232

13 8000 33
<details>
1434

15-
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
35+
- [`adf5512`](https://github.com/stdlib-js/stdlib/commit/adf5512d7cc90b9b22bab01e284e95cf0b35ae4b) - **chore:** remove keyword _(by Athan Reines)_
36+
- [`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_
37+
- [`de93ae0`](https://github.com/stdlib-js/stdlib/commit/de93ae01f1d5e234696e02b9e778d3d71515f5b7) - **build:** remove tslint directives _(by Philipp Burckhardt)_
38+
- [`e3fc2d4`](https://github.com/stdlib-js/stdlib/commit/e3fc2d48bf55690a3ead6cc37eed3472f34561c0) - **docs:** update links _(by Athan Reines)_
1639

1740
</details>
1841

@@ -24,9 +47,10 @@
2447

2548
### Contributors
2649

27-
A total of 1 person contributed to this release. Thank you to this contributor:
50+
A total of 2 people contributed to this release. Thank you to the following contributors:
2851

2952
- Athan Reines
53+
- Philipp Burckhardt
3054

3155
</section>
3256

@@ -36,41 +60,67 @@ A total of 1 person contributed to this release. Thank you to this contributor:
3660

3761
<!-- /.release -->
3862

39-
<section class="release" id="v0.2.2">
63+
<section class="release" id="v0.1.0">
4064

41-
## 0.2.2 (2024-07-28)
65+
## 0.1.0 (2023-09-24)
4266

43-
No changes reported for this release.
67+
<section class="features">
68+
69+
### Features
70+
71+
- [`68440c3`](https://github.com/stdlib-js/stdlib/commit/68440c30ffdea9c9b4cb2b6b4c4db5e6a1fd6c5b) - refactor declarations to use generics
4472

4573
</section>
4674

47-
<!-- /.release -->
75+
<!-- /.features -->
4876

49-
<section class="release" id="v0.2.1">
77+
<section class="bug-fixes">
5078

51-
## 0.2.1 (2024-02-24)
79+
### Bug Fixes
5280

53-
No changes reported for this release.
81+
- [`14bacb3`](https://github.com/stdlib-js/stdlib/commit/14bacb3cbfced427bcbadae7cbc649a62bb62b69) - update import path for `Collection` type definition
5482

5583
</section>
5684

57-
<!-- /.release -->
85+
<!-- /.bug-fixes -->
5886

59-
<section class="release" id="v0.2.0">
87+
<section class="breaking-changes">
6088

61-
## 0.2.0 (2024-02-14)
89+
### BREAKING CHANGES
6290

63-
No changes reported for this release.
91+
- [`68440c3`](https://github.com/stdlib-js/stdlib/commit/68440c30ffdea9c9b4cb2b6b4c4db5e6a1fd6c5b): refactor declarations to use generics
6492

6593
</section>
6694

67-
<!-- /.release -->
95+
<!-- /.breaking-changes -->
6896

69-
<section class="release" id="v0.1.0">
97+
<section class="commits">
7098

71-
## 0.1.0 (2023-09-24)
99+
### Commits
72100

73-
No changes reported for this release.
101+
<details>
102+
103+
- [`0a6354a`](https://github.com/stdlib-js/stdlib/commit/0a6354a34617d71a22174c4b448c539a45b27c7c) - **refactor:** improve type specificity by using generics _(by Athan Reines)_
104+
- [`14bacb3`](https://github.com/stdlib-js/stdlib/commit/14bacb3cbfced427bcbadae7cbc649a62bb62b69) - **fix:** update import path for `Collection` type definition _(by Athan Reines)_
105+
- [`68440c3`](https://github.com/stdlib-js/stdlib/commit/68440c30ffdea9c9b4cb2b6b4c4db5e6a1fd6c5b) - **feat:** refactor declarations to use generics _(by Athan Reines)_
106+
107+
</details>
108+
109+
</section>
110+
111+
<!-- /.commits -->
112+
113+
<section class="contributors">
114+
115+
### Contributors
116+
117+
A total of 1 person contributed to this release. Thank you to this contributor:
118+
119+
- Athan Reines
120+
121+
</section>
122+
123+
<!-- /.contributors -->
74124

75125
</section>
76126

0 commit comments

Comments
 (0)
0