Skip to content

Commit 4cd8372

Browse files
committed
Release v0.2.2
1 parent d2c8d1d commit 4cd8372

File tree

7 files changed

+151
-19
lines changed

7 files changed

+151
-19
lines changed

.github/.keepalive

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

.github/workflows/productionize.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ jobs:
9494
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 ) );"
9595
fi
9696
97-
# Configure git:
98-
- name: 'Configure git'
97+
# Configure Git:
98+
- name: 'Configure Git'
9999
run: |
100100
git config --local user.email "noreply@stdlib.io"
101101
git config --local user.name "stdlib-bot"
@@ -191,8 +191,8 @@ jobs:
191191
# Pin action to full length commit SHA
192192
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
193193

194-
# Configure git:
195-
- name: 'Configure git'
194+
# Configure Git:
195+
- name: 'Configure Git'
196196
run: |
197197
git config --local user.email "noreply@stdlib.io"
198198
git config --local user.name "stdlib-bot"
@@ -366,8 +366,8 @@ jobs:
366366
# Pin action to full length commit SHA
367367
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
368368

369-
# Configure git:
370-
- name: 'Configure git'
369+
# Configure Git:
370+
- name: 'Configure Git'
371371
run: |
372372
git config --local user.email "noreply@stdlib.io"
373373
git config --local user.name "stdlib-bot"
@@ -539,8 +539,8 @@ jobs:
539539
# Pin action to full length commit SHA
540540
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
541541

542-
# Configure git:
543-
- name: 'Configure git'
542+
# Configure Git:
543+
- name: 'Configure Git'
544544
run: |
545545
git config --local user.email "noreply@stdlib.io"
546546
git config --local user.name "stdlib-bot"
@@ -735,8 +735,8 @@ jobs:
735735
echo "bump=true" >> $GITHUB_OUTPUT
736736
fi
737737
738-
# Configure git:
739-
- name: 'Configure git'
738+
# Configure Git:
739+
- name: 'Configure Git'
740740
if: steps.check-if-bump.outputs.bump
741741
run: |
742742
git config --local user.email "noreply@stdlib.io"

.github/workflows/publish.yml

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

CHANGELOG.md

Lines changed: 135 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,149 @@
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-26)
88

99
<section class="commits">
1010

1111
### Commits
1212

1313
<details>
1414

15-
- [`a591e05`](https://github.com/stdlib-js/stdlib/commit/a591e052cf1b1515c267781b914c6a482e150425) - **test:** fix test configuration _(by Athan Reines)_
15+
- [`53fd65d`](https://github.com/stdlib-js/stdlib/commit/53fd65de03a466f6cf3ca0752c0908a57ef151b1) - **docs:** update related packages sections [(#2240)](https://github.com/stdlib-js/stdlib/pull/2240) _(by stdlib-bot)_
16+
17+
</details>
18+
19+
</section>
20+
21+
<!-- /.commits -->
22+
23+
</section>
24+
25+
<!-- /.release -->
26+
27+
<section class="release" id="v0.2.1">
28+
29+
## 0.2.1 (2024-02-21)
30+
31+
No changes reported for this release.
32+
33+
</section>
34+
35+
<!-- /.release -->
36+
37+
<section class="release" id="v0.2.0">
38+
39+
## 0.2.0 (2024-02-14)
40+
41+
<section class="commits">
42+
43+
### Commits
44+
45+
<details>
46+
47+
- [`5e1216b`](https://github.com/stdlib-js/stdlib/commit/5e1216ba1318f0eb364b2fe7eae6056cb7a5e94f) - **docs:** update related packages sections [(#1192)](https://github.com/stdlib-js/stdlib/pull/1192) _(by stdlib-bot)_
48+
49+
</details>
50+
51+
</section>
52+
53+
<!-- /.commits -->
54+
55+
</section>
56+
57+
<!-- /.release -->
58+
59+
<section class="release" id="v0.1.1">
60+
61+
## 0.1.1 (2023-10-03)
62+
63+
No changes reported for this release.
64+
65+
</section>
66+
67+
<!-- /.release -->
68+
69+
<section class="release" id="v0.1.0">
70+
71+
## 0.1.0 (2023-09-22)
72+
73+
<section class="features">
74+
75+
### Features
76+
77+
- [`3573d92`](https://github.com/stdlib-js/stdlib/commit/3573d92955f1150eae58fb534808b7a30532a1c1) - update minimum TypeScript version
78+
79+
</section>
80+
81+
<!-- /.features -->
82+
83+
<section class="breaking-changes">
84+
85+
### BREAKING CHANGES
86+
87+
- [`3573d92`](https://github.com/stdlib-js/stdlib/commit/3573d92955f1150eae58fb534808b7a30532a1c1): update minimum TypeScript version
88+
89+
</section>
90+
91+
<!-- /.breaking-changes -->
92+
93+
<section class="commits">
94+
95+
### Commits
96+
97+
<details>
98+
99+
- [`3573d92`](https://github.com/stdlib-js/stdlib/commit/3573d92955f1150eae58fb534808b7a30532a1c1) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
100+
101+
</details>
102+
103+
</section>
104+
105+
<!-- /.commits -->
106+
107+
<section class="contributors">
108+
109+
### Contributors
110+
111+
A total of 1 person contributed to this release. Thank you to this contributor:
112+
113+
- Philipp Burckhardt
114+
115+
</section>
116+
117+
<!-- /.contributors -->
118+
119+
</section>
120+
121+
<!-- /.release -->
122+
123+
<section class="release" id="v0.0.1">
124+
125+
## 0.0.1 (2023-07-31)
126+
127+
<section class="features">
128+
129+
### Features
130+
131+
- [`cfdd473`](https://github.com/stdlib-js/stdlib/commit/cfdd47366d9599c07ab27e3886de66ec76f7591c) - add `string/base/first`
132+
133+
</section>
134+
135+
<!-- /.features -->
136+
137+
<section class="commits">
138+
139+
### Commits
140+
141+
<details>
142+
143+
- [`f3231b0`](https://github.com/stdlib-js/stdlib/commit/f3231b0e70d339f63e696b3a6033ea4680d887e5) - **docs:** update description _(by Athan Reines)_
144+
- [`7b40aec`](https://github.com/stdlib-js/stdlib/commit/7b40aec59bb7ccb9c78db6966520ee575fcd9763) - **docs:** fix grammar in description _(by Athan Reines)_
145+
- [`0b65262`](https://github.com/stdlib-js/stdlib/commit/0b652621e5ec7c1644b0c96d541bb8ea9f6f9fd3) - **refactor:** simplify implementation _(by Athan Reines)_
146+
- [`5b937c7`](https://github.com/stdlib-js/stdlib/commit/5b937c7b02cdb1cf1fe05d69ea6e3833974341bc) - **docs:** update descriptions _(by Athan Reines)_
147+
- [`cfdd473`](https://github.com/stdlib-js/stdlib/commit/cfdd47366d9599c07ab27e3886de66ec76f7591c) - **feat:** add `string/base/first` _(by Athan Reines)_
16148

17149
</details>
18150

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
@@ -165,8 +165,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
165165
[npm-image]: http://img.shields.io/npm/v/@stdlib/string-base-first.svg
166166
[npm-url]: https://npmjs.org/package/@stdlib/string-base-first
167167

168-
[test-image]: https://github.com/stdlib-js/string-base-first/actions/workflows/test.yml/badge.svg?branch=main
169-
[test-url]: https://github.com/stdlib-js/string-base-first/actions/workflows/test.yml?query=branch:main
168+
[test-image]: https://github.com/stdlib-js/string-base-first/actions/workflows/test.yml/badge.svg?branch=v0.2.2
169+
[test-url]: https://github.com/stdlib-js/string-base-first/actions/workflows/test.yml?query=branch:v0.2.2
170170

171171
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/string-base-first/main.svg
172172
[coverage-url]: https://codecov.io/github/stdlib-js/string-base-first?branch=main

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stdlib/string-base-first",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "Return the first UTF-16 code unit of a string.",
55
"license": "Apache-2.0",
66
"author": {

0 commit comments

Comments
 (0)