Skip to content

Commit 8f77131

Browse files
committed
Auto-generated commit
1 parent daa0475 commit 8f77131

File tree

8 files changed

+193
-9
lines changed

8 files changed

+193
-9
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,10 @@ jobs:
9494
# Replace branch in README.md link definitions for badges with the new version:
9595
find . -type f -name '*.md' -print0 | xargs -0 sed -Ei "s/branch([=:])[^ ]+/branch\1v${NEW_VERSION}/g"
9696
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+
97101
# Create a new commit and tag:
98102
git add package.json README.md
99103
git commit -m "Release v${NEW_VERSION}"

CHANGELOG.md

Lines changed: 107 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,110 @@
22

33
> Package changelog.
44
5-
See [GitHub Releases](https://github.com/stdlib-js/array-base-count-same-value/releases) for the changelog.
5+
<section class="release" id="unreleased">
6+
7+
## Unreleased (2024-06-29)
8+
9+
<section class="features">
10+
11+
### Features
12+
13+
- [`fd396b3`](https://github.com/stdlib-js/stdlib/commit/fd396b360cbca9c4c000d3f33eed5dfc18de6d6b) - add boolean dtype support to `array/base/count-same-value` [(#2473)](https://github.com/stdlib-js/stdlib/pull/2473)
14+
15+
</section>
16+
17+
<!-- /.features -->
18+
19+
<section class="commits">
20+
21+
### Commits
22+
23+
<details>
24+
25+
- [`fd396b3`](https://github.com/stdlib-js/stdlib/commit/fd396b360cbca9c4c000d3f33eed5dfc18de6d6b) - **feat:** add boolean dtype support to `array/base/count-same-value` [(#2473)](https://github.com/stdlib-js/stdlib/pull/2473) _(by Jaysukh Makvana, Athan Reines)_
26+
- [`75d4f83`](https://github.com/stdlib-js/stdlib/commit/75d4f83cb85610d23a04dc21a03f8075f6d3665f) - **refactor:** update require and include paths _(by Athan Reines)_
27+
- [`e3eff9b`](https://github.com/stdlib-js/stdlib/commit/e3eff9b1c12541182496f56e816fc7c55911a00e) - **docs:** add same value example _(by Athan Reines)_
28+
- [`e925974`](https://github.com/stdlib-js/stdlib/commit/e925974ed3e52377717bc040df8dade910cf75d8) - **docs:** add notes concerning algorithm _(by Athan Reines)_
29+
- [`9d7da34`](https://github.com/stdlib-js/stdlib/commit/9d7da343b78966f102f433340f56d135cde00298) - **test:** add test case to ensure full test coverage _(by Athan Reines)_
30+
- [`215a6ec`](https://github.com/stdlib-js/stdlib/commit/215a6ec65bec3039e0ba0cd78e5a55be4b5f35c2) - **docs:** clean-up examples and descriptions _(by Athan Reines)_
31+
32+
</details>
33+
34+
</section>
35+
36+
<!-- /.commits -->
37+
38+
<section class="contributors">
39+
40+
### Contributors
41+
42+
A total of 2 people contributed to this release. Thank you to the following contributors:
43+
44+
- Athan Reines
45+
- Jaysukh Makvana
46+
47+
</section>
48+
49+
<!-- /.contributors -->
50+
51+
</section>
52+
53+
<!-- /.release -->
54+
55+
<section class="release" id="v0.1.1">
56+
57+
## 0.1.1 (2024-02-25)
58+
59+
<section class="features">
60+
61+
### Features
62+
63+
- [`634044b`](https://github.com/stdlib-js/stdlib/commit/634044b1b369b08b2748c3f6f457c2b1259ccfa3) - add `array/base/count-same-value` [(#1339)](https://github.com/stdlib-js/stdlib/pull/1339)
64+
65+
</section>
66+
67+
<!-- /.features -->
68+
69+
<section class="issues">
70+
71+
### Closed Issues
72+
73+
This release closes the following issue:
74+
75+
[#1325](https://github.com/stdlib-js/stdlib/issues/1325)
76+
77+
</section>
78+
79+
<!-- /.issues -->
80+
81+
<section class="commits">
82+
83+
### Commits
84+
85+
<details>
86+
87+
- [`634044b`](https://github.com/stdlib-js/stdlib/commit/634044b1b369b08b2748c3f6f457c2b1259ccfa3) - **feat:** add `array/base/count-same-value` [(#1339)](https://github.com/stdlib-js/stdlib/pull/1339) _(by Karthik Prakash, Athan Reines)_
88+
89+
</details>
90+
91+
</section>
92+
93+
<!-- /.commits -->
94+
95+
<section class="contributors">
96+
97+
### Contributors
98+
99+
A total of 2 people contributed to this release. Thank you to the following contributors:
100+
101+
- Athan Reines
102+
- Karthik Prakash
103+
104+
</section>
105+
106+
<!-- /.contributors -->
107+
108+
</section>
109+
110+
<!-- /.release -->
111+

CONTRIBUTORS

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ Pushpendra Chandravanshi <pushpendrachandravanshi4@gmail.com>
6363
Raunak Kumar Gupta <raunakmodanwal321@gmail.com>
6464
Rejoan Sardar <119718513+Rejoan-Sardar@users.noreply.github.com>
6565
Ricky Reusser <rsreusser@gmail.com>
66+
Ridam Garg <67867319+RidamGarg@users.noreply.github.com>
6667
Robert Gislason <gztown2216@yahoo.com>
6768
Roman Stetsyk <25715951+romanstetsyk@users.noreply.github.com>
6869
Rutam <138517416+performant23@users.noreply.github.com>
@@ -75,7 +76,7 @@ Shraddheya Shendre <shendreshraddheya@gmail.com>
7576
Shubh Mehta <93862397+Shubh942@users.noreply.github.com>
7677
Shubham Mishra <shubh622005@gmail.com>
7778
Sivam Das <100067002+Sivam2313@users.noreply.github.com>
78-
Snehil Shah <130062020+Snehil-Shah@users.noreply.github.com>
79+
Snehil Shah <snehilshah.989@gmail.com>
7980
Soumajit Chatterjee <121816890+soumajit23@users.noreply.github.com>
8081
Spandan Barve <contact@marsian.dev>
8182
Stephannie Jiménez Gacha <steff456@hotmail.com>

dist/index.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)