Skip to content

Commit 8f437ef

Browse files
committed
Release v0.2.2
1 parent 83e825f commit 8f437ef

File tree

6 files changed

+162
-18
lines changed

6 files changed

+162
-18
lines changed

.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: 146 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

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

7-
## Unreleased (2024-07-07)
7+
## 0.2.2 (2024-07-26)
88

99
<section class="commits">
1010

@@ -40,6 +40,60 @@ A total of 1 person contributed to this release. Thank you to this contributor:
4040

4141
## 0.2.1 (2024-02-21)
4242

43+
No changes reported for this release.
44+
45+
</section>
46+
47+
<!-- /.release -->
48+
49+
<section class="release" id="v0.2.0">
50+
51+
## 0.2.0 (2024-02-14)
52+
53+
<section class="commits">
54+
55+
### Commits
56+
57+
<details>
58+
59+
- [`453dd85`](https://github.com/stdlib-js/stdlib/commit/453dd85b5dd186d2b4d458256fe84906e1503fe2) - **build:** remove tslint directives _(by Philipp Burckhardt)_
60+
61+
</details>
62+
63+
</section>
64+
65+
<!-- /.commits -->
66+
67+
<section class="contributors">
68+
69+
### Contributors
70+
71+
A total of 1 person contributed to this release. Thank you to this contributor:
72+
73+
- Philipp Burckhardt
74+
75+
</section>
76+
77+
<!-- /.contributors -->
78+
79+
</section>
80+
81+
<!-- /.release -->
82+
83+
<section class="release" id="v0.1.1">
84+
85+
## 0.1.1 (2023-10-03)
86+
87+
No changes reported for this release.
88+
89+
</section>
90+
91+
<!-- /.release -->
92+
93+
<section class="release" id="v0.1.0">
94+
95+
## 0.1.0 (2023-09-22)
96+
4397
<section class="features">
4498

4599
### Features
@@ -69,7 +123,6 @@ A total of 1 person contributed to this release. Thank you to this contributor:
69123

70124
<details>
71125

72-
- [`453dd85`](https://github.com/stdlib-js/stdlib/commit/453dd85b5dd186d2b4d458256fe84906e1503fe2) - **build:** remove tslint directives _(by Philipp Burckhardt)_
73126
- [`ace728f`](https://github.com/stdlib-js/stdlib/commit/ace728f330033182c28199dc9e13d75eda18cfe0) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
74127
- [`55866ea`](https://github.com/stdlib-js/stdlib/commit/55866ea8ef1282528b839fd9ce9c43c6a80056f8) - **test:** use strictEqual checks _(by Philipp Burckhardt)_
75128

@@ -95,3 +148,93 @@ A total of 1 person contributed to this release. Thank you to this contributor:
95148

96149
<!-- /.release -->
97150

151+
<section class="release" id="v0.0.9">
152+
153+
## 0.0.9 (2022-02-18)
154+
155+
No changes reported for this release.
156+
157+
</section>
158+
159+
<!-- /.release -->
160+
161+
<section class="release" id="v0.0.8">
162+
163+
## 0.0.8 (2022-02-16)
164+
165+
No changes reported for this release.
166+
167+
</section>
168+
169+
<!-- /.release -->
170+
171+
<section class="release" id="v0.0.7">
172+
173+
## 0.0.7 (2021-08-22)
174+
175+
No changes reported for this release.
176+
177+
</section>
178+
179+
<!-- /.release -->
180+
181+
<section class="release" id="v0.0.6">
182+
183+
## 0.0.6 (2021-07-09)
184+
185+
No changes reported for this release.
186+
187+
</section>
188+
189+
<!-- /.release -->
190+
191+
<section class="release" id="v0.0.5">
192+
193+
## 0.0.5 (2021-07-06)
194+
195+
No changes reported for this release.
196+
197+
</section>
198+
199+
<!-- /.release -->
200+
201+
<section class="release" id="v0.0.4">
202+
203+
## 0.0.4 (2021-06-27)
204+
205+
No changes reported for this release.
206+
207+
</section>
208+
209+
<!-- /.release -->
210+
211+
<section class="release" id="v0.0.3">
212+
213+
## 0.0.3 (2021-06-16)
214+
215+
No changes reported for this release.
216+
217+
</section>
218+
219+
<!-- /.release -->
220+
221+
<section class="release" id="v0.0.2">
222+
223+
## 0.0.2 (2021-06-15)
224+
225+
No changes reported for this release.
226+
227+
</section>
228+
229+
<!-- /.release -->
230+
231+
<section class="release" id="v0.0.1">
232+
233+
## 0.0.1 (2021-06-13)
234+
235+
No changes reported for this release.
236+
237+
</section>
238+
239+
<!-- /.release -->
240+

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
@@ -207,8 +207,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
207207
[npm-image]: http://img.shields.io/npm/v/@stdlib/utils-move-property.svg
208208
[npm-url]: https://npmjs.org/package/@stdlib/utils-move-property
209209
210-
[test-image]: https://github.com/stdlib-js/utils-move-property/actions/workflows/test.yml/badge.svg?branch=main
211-
[test-url]: https://github.com/stdlib-js/utils-move-property/actions/workflows/test.yml?query=branch:main
210+
[test-image]: https://github.com/stdlib-js/utils-move-property/actions/workflows/test.yml/badge.svg?branch=v0.2.2
211+
[test-url]: https://github.com/stdlib-js/utils-move-property/actions/workflows/test.yml?query=branch:v0.2.2
212212
213213
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/utils-move-property/main.svg
214214
[coverage-url]: https://codecov.io/github/stdlib-js/utils-move-property?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/utils-move-property",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "Move a property from one object to another object.",
55
"license": "Apache-2.0",
66
"author": {

0 commit comments

Comments
 (0)