Skip to content

Commit f263b80

Browse files
committed
Auto-generated commit
1 parent 4b79e87 commit f263b80

File tree

5 files changed

+21
-68
lines changed

5 files changed

+21
-68
lines changed

.github/.keepalive

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2024-08-01T03:46:20.481Z

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ docs/**/node_modules/
101101
pids
102102
*.pid
103103
*.seed
104+
yarn.lock
105+
package-lock.json
104106

105107
# Typescript #
106108
##############

CHANGELOG.md

+15-65
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,17 @@
22

33
> Package changelog.
44
5-
<section class="release" id="v0.2.2">
5+
<section class="release" id="unreleased">
66

7-
## 0.2.2 (2024-07-28)
7+
## Unreleased (2024-08-01)
88

99
<section class="commits">
1010

1111
### Commits
1212

1313
<details>
1414

15-
- [`41d41e9`](https://github.com/stdlib-js/stdlib/commit/41d41e959b4eaad3c631e6898e3144a4015a5458) - **test:** include trailing newlines in Julia-generated JSON fixtures _(by Philipp Burckhardt)_
16-
- [`9ed7d0e`](https://github.com/stdlib-js/stdlib/commit/9ed7d0e7d57edb5ad0dfb65c944bed87d475cbf3) - **chore:** add missing trailing newlines _(by Philipp Burckhardt)_
15+
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
1716

1817
</details>
1918

@@ -27,7 +26,7 @@
2726

2827
A total of 1 person contributed to this release. Thank you to this contributor:
2928

30-
- Philipp Burckhardt
29+
- Athan Reines
3130

3231
</section>
3332

@@ -37,33 +36,31 @@ A total of 1 person contributed to this release. Thank you to this contributor:
3736

3837
<!-- /.release -->
3938

40-
<section class="release" id="v0.2.1">
39+
<section class="release" id="v0.2.2">
4140

42-
## 0.2.1 (2024-02-24)
41+
## 0.2.2 (2024-07-28)
4342

4443
No changes reported for this release.
4544

4645
</section>
4746

4847
<!-- /.release -->
4948

50-
<section class="release" id="v0.2.0">
51-
52-
## 0.2.0 (2024-02-14)
49+
<section class="release" id="v0.2.1">
5350

54-
<section class="commits">
51+
## 0.2.1 (2024-02-24)
5552

56-
### Commits
53+
No changes reported for this release.
5754

58-
<details>
55+
</section>
5956

60-
- [`73f98e4`](https://github.com/stdlib-js/stdlib/commit/73f98e4e8dea53ece4a617b042f9d817643b4850) - **docs:** update related packages sections [(#1150)](https://github.com/stdlib-js/stdlib/pull/1150) _(by stdlib-bot)_
57+
<!-- /.release -->
6158

62-
</details>
59+
<section class="release" id="v0.2.0">
6360

64-
</section>
61+
## 0.2.0 (2024-02-14)
6562

66-
<!-- /.commits -->
63+
No changes reported for this release.
6764

6865
</section>
6966

@@ -83,54 +80,7 @@ No changes reported for this release.
8380

8481
## 0.1.0 (2023-09-23)
8582

86-
<section class="features">
87-
88-
### Features
89-
90-
- [`898e8e4`](https://github.com/stdlib-js/stdlib/commit/898e8e45b2ff0b16c3b7a04786f4e2577422f5b6) - update minimum TypeScript version
91-
92-
</section>
93-
94-
<!-- /.features -->
95-
96-
<section class="breaking-changes">
97-
98-
### BREAKING CHANGES
99-
100-
- [`898e8e4`](https://github.com/stdlib-js/stdlib/commit/898e8e45b2ff0b16c3b7a04786f4e2577422f5b6): update minimum TypeScript version
101-
- [`898e8e4`](https://github.com/stdlib-js/stdlib/commit/898e8e45b2ff0b16c3b7a04786f4e2577422f5b6): update minimum TypeScript version to 4.1
102-
103-
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
104-
105-
</section>
106-
107-
<!-- /.breaking-changes -->
108-
109-
<section class="commits">
110-
111-
### Commits
112-
113-
<details>
114-
115-
- [`898e8e4`](https://github.com/stdlib-js/stdlib/commit/898e8e45b2ff0b16c3b7a04786f4e2577422f5b6) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
116-
117-
</details>
118-
119-
</section>
120-
121-
<!-- /.commits -->
122-
123-
<section class="contributors">
124-
125-
### Contributors
126-
127-
A total of 1 person contributed to this release. Thank you to this contributor:
128-
129-
- Philipp Burckhardt
130-
131-
</section>
132-
133-
<!-- /.contributors -->
83+
No changes reported for this release.
13484

13585
</section>
13686

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
198198
[npm-image]: http://img.shields.io/npm/v/@stdlib/number-uint32-base-to-binary-string.svg
199199
[npm-url]: https://npmjs.org/package/@stdlib/number-uint32-base-to-binary-string
200200

201-
[test-image]: https://github.com/stdlib-js/number-uint32-base-to-binary-string/actions/workflows/test.yml/badge.svg?branch=v0.2.2
202-
[test-url]: https://github.com/stdlib-js/number-uint32-base-to-binary-string/actions/workflows/test.yml?query=branch:v0.2.2
201+
[test-image]: https://github.com/stdlib-js/number-uint32-base-to-binary-string/actions/workflows/test.yml/badge.svg?branch=main
202+
[test-url]: https://github.com/stdlib-js/number-uint32-base-to-binary-string/actions/workflows/test.yml?query=branch:main
203203

204204
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/number-uint32-base-to-binary-string/main.svg
205205
[coverage-url]: https://codecov.io/github/stdlib-js/number-uint32-base-to-binary-string?branch=main

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"dependencies": {
4040
"@stdlib/math-base-special-floor": "^0.2.3",
41-
"@stdlib/string-left-pad": "^0.2.1"
41+
"@stdlib/string-left-pad": "^0.2.2"
4242
},
4343
"devDependencies": {
4444
"@stdlib/array-uint32": "^0.2.2",

0 commit comments

Comments
 (0)