8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 491e08c commit ff6be21Copy full SHA for ff6be21
.github/.keepalive
@@ -1 +1 @@
1
-2024-06-01T01:13:41.984Z
+2024-07-01T01:12:21.907Z
.github/workflows/publish.yml
@@ -94,6 +94,10 @@ jobs:
94
# Replace branch in README.md link definitions for badges with the new version:
95
find . -type f -name '*.md' -print0 | xargs -0 sed -Ei "s/branch([=:])[^ ]+/branch\1v${NEW_VERSION}/g"
96
97
+ # Rewrite CHANGELOG.md to replace "Unreleased" with the new version:
98
+ sed -Ei "s/Unreleased/${NEW_VERSION}/g" CHANGELOG.md
99
+ sed -Ei "s/unreleased/v${NEW_VERSION}/g" CHANGELOG.md
100
+
101
# Create a new commit and tag:
102
git add package.json README.md
103
git commit -m "Release v${NEW_VERSION}"
CHANGELOG.md
@@ -2,4 +2,37 @@
2
3
> Package changelog.
4
5
-See [GitHub Releases](https://github.com/stdlib-js/assert-is-array-array/releases) for the changelog.
+<section class="release" id="unreleased">
6
7
+## Unreleased (2024-07-01)
8
9
+<section class="commits">
10
11
+### Commits
12
13
+<details>
14
15
+- [`a591e05`](https://github.com/stdlib-js/stdlib/commit/a591e052cf1b1515c267781b914c6a482e150425) - **test:** fix test configuration _(by Athan Reines)_
16
17
+</details>
18
19
+</section>
20
21
+<!-- /.commits -->
22
23
+<section class="contributors">
24
25
+### Contributors
26
27
+A total of 1 person contributed to this release. Thank you to this contributor:
28
29
+- Athan Reines
30
31
32
33
+<!-- /.contributors -->
34
35
36
37
+<!-- /.release -->
38
CONTRIBUTORS
@@ -63,6 +63,7 @@ Pushpendra Chandravanshi <pushpendrachandravanshi4@gmail.com>
63
Raunak Kumar Gupta <raunakmodanwal321@gmail.com>
64
Rejoan Sardar <119718513+Rejoan-Sardar@users.noreply.github.com>
65
Ricky Reusser <rsreusser@gmail.com>
66
+Ridam Garg <67867319+RidamGarg@users.noreply.github.com>
67
Robert Gislason <gztown2216@yahoo.com>
68
Roman Stetsyk <25715951+romanstetsyk@users.noreply.github.com>
69
Rutam <138517416+performant23@users.noreply.github.com>
@@ -75,7 +76,7 @@ Shraddheya Shendre <shendreshraddheya@gmail.com>
75
76
Shubh Mehta <93862397+Shubh942@users.noreply.github.com>
77
Shubham Mishra <shubh622005@gmail.com>
78
Sivam Das <100067002+Sivam2313@users.noreply.github.com>
-Snehil Shah <130062020+Snehil-Shah@users.noreply.github.com>
79
+Snehil Shah <snehilshah.989@gmail.com>
80
Soumajit Chatterjee <121816890+soumajit23@users.noreply.github.com>
81
Spandan Barve <contact@marsian.dev>
82
Stephannie Jiménez Gacha <steff456@hotmail.com>