Skip to content

Commit 69a054d

Browse files
committed
Release v0.2.2
1 parent a2d2136 commit 69a054d

File tree

9 files changed

+172
-29
lines changed

9 files changed

+172
-29
lines changed

.github/.keepalive

-1
This file was deleted.

.github/workflows/productionize.yml

+12-12
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ jobs:
9393
node -e "var pkg = require( './package.json' ); pkg.dependencies[ '@stdlib/error-tools-fmtprodmsg' ] = '^$PKG_VERSION'; require( 'fs' ).writeFileSync( 'package.json', JSON.stringify( pkg, null, 2 ) );"
9494
fi
9595
96-
# Configure git:
97-
- name: 'Configure git'
96+
# Configure Git:
97+
- name: 'Configure Git'
9898
run: |
9999
git config --local user.email "[email protected]"
100100
git config --local user.name "stdlib-bot"
@@ -190,8 +190,8 @@ jobs:
190190
# Pin action to full length commit SHA
191191
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
192192

193-
# Configure git:
194-
- name: 'Configure git'
193+
# Configure Git:
194+
- name: 'Configure Git'
195195
run: |
196196
git config --local user.email "[email protected]"
197197
git config --local user.name "stdlib-bot"
@@ -365,8 +365,8 @@ jobs:
365365
# Pin action to full length commit SHA
366366
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
367367

368-
# Configure git:
369-
- name: 'Configure git'
368+
# Configure Git:
369+
- name: 'Configure Git'
370370
run: |
371371
git config --local user.email "[email protected]"
372372
git config --local user.name "stdlib-bot"
@@ -537,8 +537,8 @@ jobs:
537537
# Pin action to full length commit SHA
538538
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
539539

540-
# Configure git:
541-
- name: 'Configure git'
540+
# Configure Git:
541+
- name: 'Configure Git'
542542
run: |
543543
git config --local user.email "[email protected]"
544544
git config --local user.name "stdlib-bot"
@@ -715,8 +715,8 @@ jobs:
715715
# Pin action to full length commit SHA
716716
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
717717

718-
# Configure git:
719-
- name: 'Configure git'
718+
# Configure Git:
719+
- name: 'Configure Git'
720720
run: |
721721
git config --local user.email "[email protected]"
722722
git config --local user.name "stdlib-bot"
@@ -929,8 +929,8 @@ jobs:
929929
echo "bump=true" >> $GITHUB_OUTPUT
930930
fi
931931
932-
# Configure git:
933-
- name: 'Configure git'
932+
# Configure Git:
933+
- name: 'Configure Git'
934934
if: steps.check-if-bump.outputs.bump
935935
run: |
936936
git config --local user.email "[email protected]"

.github/workflows/publish.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ jobs:
7272
node-version: 20
7373
timeout-minutes: 5
7474

75-
# Configure git:
76-
- name: 'Configure git'
75+
# Configure Git:
76+
- name: 'Configure Git'
7777
run: |
7878
git config --local user.email "[email protected]"
7979
git config --local user.name "stdlib-bot"
@@ -206,7 +206,7 @@ jobs:
206206
# Publish package to npm:
207207
- name: 'Publish package to npm'
208208
# Pin action to full length commit SHA
209-
uses: JS-DevTools/npm-publish@4b07b26a2f6e0a51846e1870223e545bae91c552 # v3.0.1
209+
uses: JS-DevTools/npm-publish@19c28f1ef146469e409470805ea4279d47c3d35c # v3.1.1
210210
with:
211211
token: ${{ secrets.NPM_TOKEN }}
212212
access: public

.github/workflows/publish_cli.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ jobs:
7474
node-version: 20
7575
timeout-minutes: 5
7676

77-
# Configure git:
78-
- name: 'Configure git'
77+
# Configure Git:
78+
- name: 'Configure Git'
7979
run: |
8080
git config --local user.email "[email protected]"
8181
git config --local user.name "stdlib-bot"
@@ -129,7 +129,7 @@ jobs:
129129
# Publish package to npm:
130130
- name: 'Publish package to npm'
131131
# Pin action to full length commit SHA
132-
uses: JS-DevTools/npm-publish@4b07b26a2f6e0a51846e1870223e545bae91c552 # v3.0.1
132+
uses: JS-DevTools/npm-publish@19c28f1ef146469e409470805ea4279d47c3d35c # v3.1.1
133133
with:
134134
token: ${{ secrets.NPM_TOKEN }}
135135
access: public

.npmrc

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ shrinkwrap = false
2727
# Disable automatically "saving" dependencies on install:
2828
save = false
2929

30-
# Generate provenance metadata:
31-
provenance = true
30+
# Do not generate provenance metadata:
31+
provenance = false

CHANGELOG.md

+147-4
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,80 @@
22

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

7-
## Unreleased (2024-07-01)
7+
## 0.2.2 (2024-07-27)
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-21)
18+
19+
No changes reported for this release.
20+
21+
</section>
22+
23+
<!-- /.release -->
24+
25+
<section class="release" id="v0.2.0">
26+
27+
## 0.2.0 (2024-02-14)
28+
29+
No changes reported for this release.
30+
31+
</section>
32+
33+
<!-- /.release -->
34+
35+
<section class="release" id="v0.1.1">
36+
37+
## 0.1.1 (2023-10-03)
38+
39+
No changes reported for this release.
40+
41+
</section>
42+
43+
<!-- /.release -->
44+
45+
<section class="release" id="v0.1.0">
46+
47+
## 0.1.0 (2023-09-22)
48+
49+
<section class="features">
50+
51+
### Features
52+
53+
- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be) - update minimum TypeScript version
54+
55+
</section>
56+
57+
<!-- /.features -->
58+
59+
<section class="breaking-changes">
60+
61+
### BREAKING CHANGES
62+
63+
- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
64+
- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
65+
66+
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
67+
68+
</section>
69+
70+
<!-- /.breaking-changes -->
871

972
<section class="commits">
1073

1174
### Commits
1275

1376
<details>
1477

15-
- [`a591e05`](https://github.com/stdlib-js/stdlib/commit/a591e052cf1b1515c267781b914c6a482e150425) - **test:** fix test configuration _(by Athan Reines)_
78+
- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
1679

1780
</details>
1881

@@ -26,7 +89,7 @@
2689

2790
A total of 1 person contributed to this release. Thank you to this contributor:
2891

29-
- Athan Reines
92+
- Philipp Burckhardt
3093

3194
</section>
3295

@@ -36,3 +99,83 @@ A total of 1 person contributed to this release. Thank you to this contributor:
3699

37100
<!-- /.release -->
38101

102+
<section class="release" id="v0.0.8">
103+
104+
## 0.0.8 (2022-02-16)
105+
106+
No changes reported for this release.
107+
108+
</section>
109+
110+
<!-- /.release -->
111+
112+
<section class="release" id="v0.0.7">
113+
114+
## 0.0.7 (2021-08-23)
115+
116+
No changes reported for this release.
117+
118+
</section>
119+
120+
<!-- /.release -->
121+
122+
<section class="release" id="v0.0.6">
123+
124+
## 0.0.6 (2021-07-09)
125+
126+
No changes reported for this release.
127+
128+
</section>
129+
130+
<!-- /.release -->
131+
132+
<section class="release" id="v0.0.5">
133+
134+
## 0.0.5 (2021-07-06)
135+
136+
No changes reported for this release.
137+
138+
</section>
139+
140+
<!-- /.release -->
141+
142+
<section class="release" id="v0.0.4">
143+
144+
## 0.0.4 (2021-06-27)
145+
146+
No changes reported for this release.
147+
148+
</section>
149+
150+
<!-- /.release -->
151+
152+
<section class="release" id="v0.0.3">
153+
154+
## 0.0.3 (2021-06-16)
155+
156+
No changes reported for this release.
157+
158+
</section>
159+
160+
<!-- /.release -->
161+
162+
<section class="release" id="v0.0.2">
163+
164+
## 0.0.2 (2021-06-15)
165+
166+
No changes reported for this release.
167+
168+
</section>
169+
170+
<!-- /.release -->
171+
172+
<section class="release" id="v0.0.1">
173+
174+
## 0.0.1 (2021-06-14)
175+
176+
No changes reported for this release.
177+
178+
</section>
179+
180+
<!-- /.release -->
181+

CONTRIBUTORS

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ Muhammad Haris <[email protected]>
5151
Naresh Jagadeesan <[email protected]>
5252
NightKnight <[email protected]>
5353
Nithin Katta <[email protected]>
54+
Nourhan Hasan <[email protected]>
5455
Ognjen Jevremović <[email protected]>
5556
Oneday12323 <[email protected]>
5657
Philipp Burckhardt <[email protected]>

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -199,8 +199,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
199199
[npm-image]: http://img.shields.io/npm/v/@stdlib/assert-has-uint32array-support.svg
200200
[npm-url]: https://npmjs.org/package/@stdlib/assert-has-uint32array-support
201201

202-
[test-image]: https://github.com/stdlib-js/assert-has-uint32array-support/actions/workflows/test.yml/badge.svg?branch=main
203-
[test-url]: https://github.com/stdlib-js/assert-has-uint32array-support/actions/workflows/test.yml?query=branch:main
202+
[test-image]: https://github.com/stdlib-js/assert-has-uint32array-support/actions/workflows/test.yml/badge.svg?branch=v0.2.2
203+
[test-url]: https://github.com/stdlib-js/assert-has-uint32array-support/actions/workflows/test.yml?query=branch:v0.2.2
204204

205205
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/assert-has-uint32array-support/main.svg
206206
[coverage-url]: https://codecov.io/github/stdlib-js/assert-has-uint32array-support?branch=main

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stdlib/assert-has-uint32array-support",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "Detect native Uint32Array support.",
55
"license": "Apache-2.0",
66
"author": {
@@ -42,7 +42,7 @@
4242
"dependencies": {
4343
"@stdlib/assert-is-uint32array": "^0.2.1",
4444
"@stdlib/cli-ctor": "^0.2.1",
45-
"@stdlib/constants-uint32-max": "^0.2.1",
45+
"@stdlib/constants-uint32-max": "^0.2.2",
4646
"@stdlib/fs-read-file": "^0.2.1"
4747
},
4848
"devDependencies": {

0 commit comments

Comments
 (0)