8000 Release v0.2.2 · stdlib-js/process-node-version@eaae3aa · GitHub
[go: up one dir, main page]

Skip to content

Commit eaae3aa

Browse files
committed
Release v0.2.2
1 parent 6e19113 commit eaae3aa

File tree

9 files changed

+200
-31
lines changed

9 files changed

+200
-31
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 con 6D40 fig --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: 173 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,106 @@
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-22)
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+
<section class="commits">
30+
31+
### Commits
32+
33+
<details>
34+
35+
- [`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_
36+
- [`46d049b`](https://github.com/stdlib-js/stdlib/commit/46d049b5d38f9ef6e426d6a517ac8925c94d7642) - **build:** replace tslint directive _(by Philipp Burckhardt)_
37+
38+
</details>
39+
40+
</section>
41+
42+
<!-- /.commits -->
43+
44+
<section class="contributors">
45+
46+
### Contributors
47+
48+
A total of 1 person contributed to this release. Thank you to this contributor:
49+
50+
- Philipp Burckhardt
51+
52+
</section>
53+
54+
<!-- /.contributors -->
55+
56+
</section>
57+
58+
<!-- /.release -->
59+
60+
<section class="release" id="v0.1.1">
61+
62+
## 0.1.1 (2023-10-03)
63+
64+
No changes reported for this release.
65+
66+
</section>
67+
68+
<!-- /.release -->
69+
70+
<section class="release" id="v0.1.0">
71+
72+
## 0.1.0 (2023-09-22)
73+
74+
<section class="features">
75+
76+
### Features
77+
78+
- [`efe050d`](https://github.com/stdlib-js/stdlib/commit/efe050dbf3d17bd6929da255fa079c0324afc213) - update minimum TypeScript version
79+
80+
</section>
81+
82+
<!-- /.features -->
83+
84+
<section class="breaking-changes">
85+
86+
### BREAKING CHANGES
87+
88+
- [`efe050d`](https://github.com/stdlib-js/stdlib/commit/efe050dbf3d17bd6929da255fa079c0324afc213): update minimum TypeScript version
89+
- [`efe050d`](https://github.com/stdlib-js/stdlib/commit/efe050dbf3d17bd6929da255fa079c0324afc213): update minimum TypeScript version to 4.1
90+
91+
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
92+
93+
</section>
94+
95+
<!-- /.breaking-changes -->
896

997
<section class="commits">
1098

1199
### Commits
12100

13101
<details>
14102

15-
- [`a591e05`](https://github.com/stdlib-js/stdlib/commit/a591e052cf1b1515c267781b914c6a482e150425) - **test:** fix test configuration _(by Athan Reines)_
103+
- [`efe050d`](https://github.com/stdlib-js/stdlib/commit/efe050dbf3d17bd6929da255fa079c0324afc213) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
104+
- [`55866ea`](https://github.com/stdlib-js/stdlib/commit/55866ea8ef1282528b839fd9ce9c43c6a80056f8) - **test:** use strictEqual checks _(by Philipp Burckhardt)_
16105

17106
</details>
18107

@@ -26,7 +115,7 @@
26115

27116
A total of 1 person contributed to this release. Thank you to this contributor:
28117

29-
- Athan Reines
118+
- Philipp Burckhardt
30119

31120
</section>
32121

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

37126
<!-- /.release -->
38127

128+
<section class="release" id="v0.0.8">
129+
130+
## 0.0.8 (2022-02-16)
131+
132+
No changes reported for this release.
133+
134+
</section>
135+
136+
<!-- /.release -->
137+
138+
<section class="release" id="v0.0.7">
139+
140+
## 0.0.7 (2021-08-23)
141+
142+
No changes reported for this release.
143+
144+
</section>
145+
146+
<!-- /.release -->
147+
148+
<section class="release" id="v0.0.6">
149+
150+
## 0.0.6 (2021-07-09)
151+
152+
No changes reported for this release.
153+
154+
</section>
155+
156+
<!-- /.release -->
157+
158+
<section class="release" id="v0.0.5">
159+
160+
## 0.0.5 (2021-07-06)
161+
162+
No changes reported for this release.
163+
164+
</section>
165+
166+
<!-- /.release -->
167+
168+
<section class="release" id="v0.0.4">
169+
170+
## 0.0.4 (2021-06-27)
171+
172+
No changes reported for this release.
173+
174+
</section>
175+
176+
<!-- /.release -->
177+
178+
<section class="release" id="v0.0.3">
179+
180+
## 0.0.3 (2021-06-16)
181+
182+
No changes reported for this release.
183+
184+
</section>
185+
186+
<!-- /.release -->
187+
188+
<section class="release" id="v0.0.2">
189+
190+
## 0.0.2 (2021-06-15)
191+
192+
No changes reported for this release.
193+
194+
</section>
195+
196+
<!-- /.release -->
197+
198+
<section class="release" id="v0.0.1">
199+
200+
## 0.0.1 (2021-06-14)
201+
202+
No changes reported for this release.
203+
204+
</section>
205+
206+
<!-- /.release -->
207+

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
@@ -213,8 +213,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
213213
[npm-image]: http://img.shields.io/npm/v/@stdlib/process-node-version.svg
214214
[npm-url]: https://npmjs.org/package/@stdlib/process-node-version
215215

216-
[test-image]: https://github.com/stdlib-js/process-node-version/actions/workflows/test.yml/badge.svg?branch=main
217-
[test-url]: https://github.com/stdlib-js/process-node-version/actions/workflows/test.yml?query=branch:main
216+
[test-image]: https://github.com/stdlib-js/process-node-version/actions/workflows/test.yml/badge.svg?branch=v0.2.2
217+
[test-url]: https://github.com/stdlib-js/process-node-version/actions/workflows/test.yml?query=branch:v0.2.2
218218

219219
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/process-node-version/main.svg
220220
[coverage-url]: https://codecov.io/github/stdlib-js/process-node-version?branch=main

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stdlib/process-node-version",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "Node version.",
55
"license": "Apache-2.0",
66
"author": {
@@ -43,12 +43,12 @@
4343
},
4444
"dependencies": {
4545
"@stdlib/assert-is-node": "^0.2.1",
46-
"@stdlib/cli-ctor": "^0.2.1",
47-
"@stdlib/fs-read-file": "^0.2.1"
46+
"@stdlib/cli-ctor": "^0.2.2",
47+
"@stdlib/fs-read-file": "^0.2.2"
4848
},
4949
"devDependencies": {
5050
"@stdlib/assert-is-browser": "^0.2.1",
51-
"@stdlib/assert-is-windows": "^0.2.1",
51+
"@stdlib/assert-is-windows": "^0.2.2",
5252
"@stdlib/process-exec-path": "^0.2.1",
5353
"proxyquire": "^2.0.0",
5454
"semver": "^6.0.0",

0 commit comments

Comments
 (0)
0