Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Dec 6, 2020
1 parent e3f88f5 commit 8d54761
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,27 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v1.0.1](https://github.com/inspect-js/has-typed-arrays/compare/v1.0.0...v1.0.1) - 2020-12-05

### Commits

- [Tests] migrate tests to Github Actions [`24fa7f1`](https://github.com/inspect-js/has-typed-arrays/commit/24fa7f11878e83dd2c16d7bc6170a651b3f8a13a)
- [Tests] run `nyc` on all tests [`e4150a8`](https://github.com/inspect-js/has-typed-arrays/commit/e4150a800e8e37a02dca5335267648ad56e9e885)
- [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `aud`, `auto-changelog`, `tape` [`269a384`](https://github.com/inspect-js/has-typed-arrays/commit/269a38480a75889930c6b45a8e2fd62f71bcb22a)
- [actions] add "Allow Edits" workflow [`6ed1e3a`](https://github.com/inspect-js/has-typed-arrays/commit/6ed1e3a629aaa3c6fd7b15737ae31a08e00f3dec)
- [readme] remove travis badge [`e3f88f5`](https://github.com/inspect-js/has-typed-arrays/commit/e3f88f5d81ba9126bcb845825a0b2aa36881c4d9)
- [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `tape` [`fd49d8a`](https://github.com/inspect-js/has-typed-arrays/commit/fd49d8a136820a1d6dd91930e6b135e63d0326f5)
- [Deps] update `array.prototype.some`, `which-typed-array` [`093d288`](https://github.com/inspect-js/has-typed-arrays/commit/093d288020125d2c860c81a79287e8543eb554fe)
- [actions] switch Automatic Rebase workflow to `pull_request_target` event [`9288877`](https://github.com/inspect-js/has-typed-arrays/commit/9288877fa4c9db0828d260275a8198794020401d)
- [Dev Deps] update `auto-changelog`, `tape` [`b6ec7ad`](https://github.com/inspect-js/has-typed-arrays/commit/b6ec7ad6353cea0f9d3db535ef47c411d05d23ca)
- [meta] add `package.json` to `exports` [`dc024bd`](https://github.com/inspect-js/has-typed-arrays/commit/dc024bd7d0f83149acfb1c82382c8ea423464cce)
- [Dev Deps] update `auto-changelog`; add `aud` [`82d2faf`](https://github.com/inspect-js/has-typed-arrays/commit/82d2fafd031a9659f0d91f95840019fc8bdac01e)
- [Deps] update `which-typed-array` [`5c02ae9`](https://github.com/inspect-js/has-typed-arrays/commit/5c02ae91c8e73f944f705163b25e24a564e4f8d1)
- [Tests] only audit prod deps [`4285cac`](https://github.com/inspect-js/has-typed-arrays/commit/4285cacf90bf18912d1c3bbafc5145c431bef805)
- [Dev Deps] update `@ljharb/eslint-config` [`83690b7`](https://github.com/inspect-js/has-typed-arrays/commit/83690b7134148984deb1f9340beac0dfd4334651)
- [Deps] update `which-typed-array` [`da6af5e`](https://github.com/inspect-js/has-typed-arrays/commit/da6af5e2c4beacb856d350b0220db6524383c9c1)
- [Deps] update `array.prototype.some` [`13142b6`](https://github.com/inspect-js/has-typed-arrays/commit/13142b6eb79ac18a5785a574047f590663f1b447)

## v1.0.0 - 2019-12-02

### Commits
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "has-typed-arrays",
"version": "1.0.0",
"version": "1.0.1",
"description": "Does this environment have JS Typed Arrays?",
"main": "index.js",
"exports": {
Expand Down

0 comments on commit 8d54761

Please sign in to comment.