Skip to content

Commit 394ed41

Browse files
committed
Release v0.2.2
1 parent 05a8017 commit 394ed41

File tree

9 files changed

+227
-37
lines changed

9 files changed

+227
-37
lines changed

.github/.keepalive

Lines changed: 0 additions & 1 deletion
This file was deleted.

.github/workflows/productionize.yml

Lines changed: 12 additions & 12 deletions
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 "noreply@stdlib.io"
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 "noreply@stdlib.io"
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 "noreply@stdlib.io"
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 "noreply@stdlib.io"
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 "noreply@stdlib.io"
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 "noreply@stdlib.io"

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
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 "noreply@stdlib.io"
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

Lines changed: 3 additions & 3 deletions
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 "noreply@stdlib.io"
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 194 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,27 @@
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+
<section class="bug-fixes">
10+
11+
### Bug Fixes
12+
13+
- [`30112b7`](https://github.com/stdlib-js/stdlib/commit/30112b7202358710becc8ea77f4261dd3e7459f3) - replace use of type guards with boolean return type
14+
15+
</section>
16+
17+
<!-- /.bug-fixes -->
818

919
<section class="commits">
1020

1121
### Commits
1222

1323
<details>
1424

15-
- [`a591e05`](https://github.com/stdlib-js/stdlib/commit/a591e052cf1b1515c267781b914c6a482e150425) - **test:** fix test configuration _(by Athan Reines)_
25+
- [`30112b7`](https://github.com/stdlib-js/stdlib/commit/30112b7202358710becc8ea77f4261dd3e7459f3) - **fix:** replace use of type guards with boolean return type _(by Philipp Burckhardt)_
1626

1727
</details>
1828

@@ -26,7 +36,7 @@
2636

2737
A total of 1 person contributed to this release. Thank you to this contributor:
2838

29-
- Athan Reines
39+
- Philipp Burckhardt
3040

3141
</section>
3242

@@ -36,3 +46,183 @@ A total of 1 person contributed to this release. Thank you to this contributor:
3646

3747
<!-- /.release -->
3848

49+
<section class="release" id="v0.2.1">
50+
51+
## 0.2.1 (2024-02-22)
52+
53+
No changes reported for this release.
54+
55+
</section>
56+
57+
<!-- /.release -->
58+
59+
<section class="release" id="v0.2.0">
60+
61+
## 0.2.0 (2024-02-14)
62+
63+
No changes reported for this release.
64+
65+
</section>
66+
67+
<!-- /.release -->
68+
69+
<section class="release" id="v0.1.1">
70+
71+
## 0.1.1 (2023-10-04)
72+
73+
No changes reported for this release.
74+
75+
</section>
76+
77+
<!-- /.release -->
78+
79+
<section class="release" id="v0.1.0">
80+
81+
## 0.1.0 (2023-09-22)
82+
83+
<section class="features">
84+
85+
### Features
86+
87+
- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be) - update minimum TypeScript version
88+
- [`757db5e`](https://github.com/stdlib-js/stdlib/commit/757db5e1806c30c389b5f4c6f04f6cf7035d3c97) - use type predicates for narrowing
89+
90+
</section>
91+
92+
<!-- /.features -->
93+
94+
<section class="breaking-changes">
95+
96+
### BREAKING CHANGES
97+
98+
- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
99+
- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
100+
101+
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
102+
103+
</section>
104+
105+
<!-- /.breaking-changes -->
106+
107+
<section class="commits">
108+
109+
### Commits
110+
111+
<details>
112+
113+
- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
114+
- [`3f60609`](https://github.com/stdlib-js/stdlib/commit/3f6060905121938ee8c8a7d9c6ab93d5d82ed2be) - **test:** use strictEqual checks _(by Philipp Burckhardt)_
115+
- [`757db5e`](https://github.com/stdlib-js/stdlib/commit/757db5e1806c30c389b5f4c6f04f6cf7035d3c97) - **feat:** use type predicates for narrowing _(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 -->
134+
135+
</section>
136+
137+
<!-- /.release -->
138+
139+
<section class="release" id="v0.0.9">
140+
141+
## 0.0.9 (2022-07-12)
142+
143+
No changes reported for this release.
144+
145+
</section>
146+
147+
<!-- /.release -->
148+
149+
<section class="release" id="v0.0.8">
150+
151+
## 0.0.8 (2022-02-16)
152+
153+
No changes reported for this release.
154+
155+
</section>
156+
157+
<!-- /.release -->
158+
159+
<section class="release" id="v0.0.7">
160+
161+
## 0.0.7 (2021-08-23)
162+
163+
No changes reported for this release.
164+
165+
</section>
166+
167+
<!-- /.release -->
168+
169+
<section class="release" id="v0.0.6">
170+
171+
## 0.0.6 (2021-07-09)
172+
173+
No changes reported for this release.
174+
175+
</section>
176+
177+
<!-- /.release -->
178+
179+
<section class="release" id="v0.0.5">
180+
181+
## 0.0.5 (2021-07-06)
182+
183+
No changes reported for this release.
184+
185+
</section>
186+
187+
<!-- /.release -->
188+
189+
<section class="release" id="v0.0.4">
190+
191+
## 0.0.4 (2021-06-27)
192+
193+
No changes reported for this release.
194+
195+
</section>
196+
197+
<!-- /.release -->
198+
199+
<section class="release" id="v0.0.3">
200+
201+
## 0.0.3 (2021-06-16)
202+
203+
No changes reported for this release.
204+
205+
</section>
206+
207+
<!-- /.release -->
208+
209+
<section class="release" id="v0.0.2">
210+
211+
## 0.0.2 (2021-06-15)
212+
213+
No changes reported for this release.
214+
215+
</section>
216+
217+
<!-- /.release -->
218+
219+
<section class="release" id="v0.0.1">
220+
221+
## 0.0.1 (2021-06-14)
222+
223+
No changes reported for this release.
224+
225+
</section>
226+
227+
<!-- /.release -->
228+

CONTRIBUTORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ Muhammad Haris <harriskhan047@outlook.com>
5151
Naresh Jagadeesan <naresh.naresh000@gmail.com>
5252
NightKnight <Ahmedatwa866@yahoo.com>
5353
Nithin Katta <88046362+nithinkatta@users.noreply.github.com>
54+
Nourhan Hasan <109472010+TheNourhan@users.noreply.github.com>
5455
Ognjen Jevremović <ognjenjevremovic@users.noreply.github.com>
5556
Oneday12323 <107678750+Oneday12323@users.noreply.github.com>
5657
Philipp Burckhardt <pburckhardt@outlook.com>

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,8 +258,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
258258
[npm-image]: http://img.shields.io/npm/v/@stdlib/assert-is-regexp-string.svg
259259
[npm-url]: https://npmjs.org/package/@stdlib/assert-is-regexp-string
260260

261-
[test-image]: https://github.com/stdlib-js/assert-is-regexp-string/actions/workflows/test.yml/badge.svg?branch=main
262-
[test-url]: https://github.com/stdlib-js/assert-is-regexp-string/actions/workflows/test.yml?query=branch:main
261+
[test-image]: https://github.com/stdlib-js/assert-is-regexp-string/actions/workflows/test.yml/badge.svg?branch=v0.2.2
262+
[test-url]: https://github.com/stdlib-js/assert-is-regexp-string/actions/workflows/test.yml?query=branch:v0.2.2
263263

264264
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/assert-is-regexp-string/main.svg
265265
[coverage-url]: https://codecov.io/github/stdlib-js/assert-is-regexp-string?branch=main

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stdlib/assert-is-regexp-string",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "Test if a value is a regular expression string.",
55
"license": "Apache-2.0",
66
"author": {
@@ -40,19 +40,19 @@
4040
"url": "https://github.com/stdlib-js/stdlib/issues"
4141
},
4242
"dependencies": {
43-
"@stdlib/assert-is-string": "^0.2.1",
44-
"@stdlib/cli-ctor": "^0.2.1",
45-
"@stdlib/fs-read-file": "^0.2.1",
43+
"@stdlib/assert-is-string": "^0.2.2",
44+
"@stdlib/cli-ctor": "^0.2.2",
45+
"@stdlib/fs-read-file": "^0.2.2",
4646
"@stdlib/process-read-stdin": "^0.2.1",
47-
"@stdlib/regexp-eol": "^0.2.1",
48-
"@stdlib/regexp-regexp": "^0.2.1",
49-
"@stdlib/streams-node-stdin": "^0.2.1",
50-
"@stdlib/utils-regexp-from-string": "^0.2.1"
47+
"@stdlib/regexp-eol": "^0.2.2",
48+
"@stdlib/regexp-regexp": "^0.2.2",
49+
"@stdlib/streams-node-stdin": "^0.2.2",
50+
"@stdlib/utils-regexp-from-string": "^0.2.2"
5151
},
5252
"devDependencies": {
53-
"@stdlib/assert-is-boolean": "^0.2.1",
53+
"@stdlib/assert-is-boolean": "^0.2.2",
5454
"@stdlib/assert-is-browser": "^0.2.1",
55-
"@stdlib/assert-is-windows": "^0.2.1",
55+
"@stdlib/assert-is-windows": "^0.2.2",
5656
"@stdlib/process-exec-path": "^0.2.1",
5757
"@stdlib/string-replace": "^0.2.1",
5858
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",

0 commit comments

Comments
 (0)