Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Jul 28, 2024
1 parent 0bb3945 commit ccadf0b
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 4 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,40 @@

> Package changelog.
<section class="release" id="unreleased">

## Unreleased (2024-07-28)

<section class="commits">

### Commits

<details>

- [`a2ad2e1`](https://github.com/stdlib-js/stdlib/commit/a2ad2e1ad4f9150b818e3cf828815d4b73913f59) - **chore:** update package meta data [(#2696)](https://github.com/stdlib-js/stdlib/pull/2696) _(by stdlib-bot, Philipp Burckhardt)_

</details>

</section>

<!-- /.commits -->

<section class="contributors">

### Contributors

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

- Philipp Burckhardt

</section>

<!-- /.contributors -->

</section>

<!-- /.release -->

<section class="release" id="v0.3.0">

## 0.3.0 (2024-07-28)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -288,8 +288,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
[npm-image]: http://img.shields.io/npm/v/@stdlib/math-base-special-fresnel.svg
[npm-url]: https://npmjs.org/package/@stdlib/math-base-special-fresnel
[test-image]: https://github.com/stdlib-js/math-base-special-fresnel/actions/workflows/test.yml/badge.svg?branch=v0.3.0
[test-url]: https://github.com/stdlib-js/math-base-special-fresnel/actions/workflows/test.yml?query=branch:v0.3.0
[test-image]: https://github.com/stdlib-js/math-base-special-fresnel/actions/workflows/test.yml/badge.svg?branch=main
[test-url]: https://github.com/stdlib-js/math-base-special-fresnel/actions/workflows/test.yml?query=branch:main
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/math-base-special-fresnel/main.svg
[coverage-url]: https://codecov.io/github/stdlib-js/math-base-special-fresnel?branch=main
Expand Down
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,15 @@
}
],
"main": "./lib",
"gypfile": false,
"directories": {
"benchmark": "./benchmark",
"doc": "./docs",
"example": "./examples",
"include": "./include",
"lib": "./lib",
"scripts": "./scripts",
"src": "./src",
"test": "./test"
},
"types": "./docs/types",
Expand All @@ -41,7 +44,7 @@
"@stdlib/constants-float64-half-pi": "^0.2.2",
"@stdlib/constants-float64-pi": "^0.2.2",
"@stdlib/math-base-special-abs": "^0.2.2",
"@stdlib/math-base-special-sincos": "^0.2.1",
"@stdlib/math-base-special-sincos": "^0.3.0",
"@stdlib/napi-argv": "^0.2.2",
"@stdlib/napi-argv-double": "^0.2.1",
"@stdlib/napi-argv-float64array": "^0.2.2",
Expand All @@ -51,7 +54,7 @@
"@stdlib/utils-library-manifest": "^0.2.2"
},
"devDependencies": {
"@stdlib/array-base-linspace": "^0.2.1",
"@stdlib/array-base-linspace": "^0.2.2",
"@stdlib/array-float64": "^0.2.2",
"@stdlib/assert-has-own-property": "^0.2.2",
"@stdlib/constants-float64-eps": "^0.2.2",
Expand Down

0 comments on commit ccadf0b

Please sign in to comment.