Skip to content

Commit 1b3ccbe

Browse files
committed
Auto-generated commit
1 parent 6d02126 commit 1b3ccbe

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -475,6 +475,7 @@ A total of 43 issues were closed in this release:
475475

476476
<details>
477477

478+
- [`d3e9457`](https://github.com/stdlib-js/stdlib/commit/d3e9457065368cd4f97c993ac300d408c7cde4d2) - **docs:** remove BSD-3-Clause from license field _(by Karan Anand)_
478479
- [`f10839a`](https://github.com/stdlib-js/stdlib/commit/f10839a93d9dc6082a1a699d98dff51540603173) - **test:** update test messages _(by Karan Anand)_
479480
- [`3830189`](https://github.com/stdlib-js/stdlib/commit/383018955516c08e11189d7afce9826976c60808) - **docs:** remove redundant imports _(by Karan Anand)_
480481
- [`8a590f0`](https://github.com/stdlib-js/stdlib/commit/8a590f06152ebe5636942295ffdf0152a088fe1c) - **refactor:** use in-house macros for building native addon bindings _(by Karan Anand)_

base/special/atan2f/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@stdlib/math/base/special/atan2f",
33
"version": "0.0.0",
44
"description": "Compute the angle in the plane (in radians) between the positive x-axis and the ray from (0,0) to the point (x,y) as a single-precision floating-point number.",
5-
"license": "Apache-2.0 AND BSD-3-Clause",
5+
"license": "Apache-2.0",
66
"author": {
77
"name": "The Stdlib Authors",
88
"url": "https://github.com/stdlib-js/stdlib/graphs/contributors"

0 commit comments

Comments
 (0)