Skip to content

Commit 2915535

Browse files
committed
Auto-generated commit
1 parent 499a8da commit 2915535

File tree

5 files changed

+32
-33
lines changed

5 files changed

+32
-33
lines changed

.github/.keepalive

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2024-08-01T01:05:34.487Z

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ docs/**/node_modules/
101101
pids
102102
*.pid
103103
*.seed
104+
yarn.lock
105+
package-lock.json
104106

105107
# Typescript #
106108
##############

CHANGELOG.md

+24-28
Original file line numberDiff line numberDiff line change
@@ -2,39 +2,17 @@
22

33
> Package changelog.
44
5-
<section class="release" id="v0.1.1">
6-
7-
## 0.1.1 (2024-07-27)
8-
9-
No changes reported for this release.
5+
<section class="release" id="unreleased">
106

11-
</section>
12-
13-
<!-- /.release -->
14-
15-
<section class="release" id="v0.1.0">
16-
17-
## 0.1.0 (2024-04-13)
18-
19-
<section class="features">
20-
21-
### Features
22-
23-
- [`2bde735`](https://github.com/stdlib-js/stdlib/commit/2bde7358e1b5aabf93639742026eda57d79cce17) - add `assert/is-same-date-object`
24-
25-
</section>
26-
27-
<!-- /.features -->
7+
## Unreleased (2024-08-01)
288

299
<section class="commits">
3010

3111
### Commits
3212

3313
<details>
3414

35-
- [`72a7f44`](https://github.com/stdlib-js/stdlib/commit/72a7f44f1706450692122c2b05eccd03672a0dad) - **docs:** remove blank line [(#1726)](https://github.com/stdlib-js/stdlib/pull/1726) _(by stdlib-bot)_
36-
- [`06ab422`](https://github.com/stdlib-js/stdlib/commit/06ab4229dfdef730026182aefc086d35e11d503a) - **style:** use two spaces for indentation _(by Philipp Burckhardt)_
37-
- [`2bde735`](https://github.com/stdlib-js/stdlib/commit/2bde7358e1b5aabf93639742026eda57d79cce17) - **feat:** add `assert/is-same-date-object` _(by Aditya Sapra, Athan Reines, Philipp Burckhardt)_
15+
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
3816

3917
</details>
4018

@@ -46,11 +24,9 @@ No changes reported for this release.
4624

4725
### Contributors
4826

49-
A total of 3 people contributed to this release. Thank you to the following contributors:
27+
A total of 1 person contributed to this release. Thank you to this contributor:
5028

51-
- Aditya Sapra
5229
- Athan Reines
53-
- Philipp Burckhardt
5430

5531
</section>
5632

@@ -60,3 +36,23 @@ A total of 3 people contributed to this release. Thank you to the following cont
6036

6137
<!-- /.release -->
6238

39+
<section class="release" id="v0.1.1">
40+
41+
## 0.1.1 (2024-07-27)
42+
43+
No changes reported for this release.
44+
45+
</section>
46+
47+
<!-- /.release -->
48+
49+
<section class="release" id="v0.1.0">
50+
51+
## 0.1.0 (2024-04-13)
52+
53+
No changes reported for this release.
54+
55+
</section>
56+
57+
<!-- /.release -->
58+

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
158158
[npm-image]: http://img.shields.io/npm/v/@stdlib/assert-is-same-date-object.svg
159159
[npm-url]: https://npmjs.org/package/@stdlib/assert-is-same-date-object
160160

161-
[test-image]: https://github.com/stdlib-js/assert-is-same-date-object/actions/workflows/test.yml/badge.svg?branch=v0.1.1
162-
[test-url]: https://github.com/stdlib-js/assert-is-same-date-object/actions/workflows/test.yml?query=branch:v0.1.1
161+
[test-image]: https://github.com/stdlib-js/assert-is-same-date-object/actions/workflows/test.yml/badge.svg?branch=main
162+
[test-url]: https://github.com/stdlib-js/assert-is-same-date-object/actions/workflows/test.yml?query=branch:main
163163

164164
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/assert-is-same-date-object/main.svg
165165
[coverage-url]: https://codecov.io/github/stdlib-js/assert-is-same-date-object?branch=main

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@
3737
"url": "https://github.com/stdlib-js/stdlib/issues"
3838
},
3939
"dependencies": {
40-
"@stdlib/assert-is-date-object": "^0.2.1"
40+
"@stdlib/assert-is-date-object": "^0.2.2"
4141
},
4242
"devDependencies": {
43-
"@stdlib/assert-is-boolean": "^0.2.1",
43+
"@stdlib/assert-is-boolean": "^0.2.2",
4444
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
4545
"istanbul": "^0.4.1",
4646
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
47-
"@stdlib/bench-harness": "^0.2.1"
47+
"@stdlib/bench-harness": "^0.2.2"
4848
},
4949
"engines": {
5050
"node": ">=0.10.0",

0 commit comments

Comments
 (0)