Skip to content

Commit ee78fb4

Browse files
committed
v3.0.0
1 parent 37c9baf commit ee78fb4

File tree

2 files changed

+24
-9
lines changed

2 files changed

+24
-9
lines changed

CHANGELOG.md

Lines changed: 23 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,34 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [v2.0.0](https://github.com/elliotblackburn/has-types/compare/1.0.0...v2.0.0) - 2024-12-07
8+
## [v3.0.0](https://github.com/inspect-js/hastypes/compare/v2.0.0...v3.0.0) - 2025-10-30
99

1010
### Commits
1111

12-
- Only apps should have lockfiles [`0672041`](https://github.com/elliotblackburn/has-types/commit/06720419048f728b217837168f2ff329507695bb)
13-
- [Breaking] v2 implementation, tests, readme, types [`ddec422`](https://github.com/elliotblackburn/has-types/commit/ddec422a9e4969d8ef4362f45b426902ab04af4f)
12+
- [Refactor] use `pargs` package [`ea23656`](https://github.com/inspect-js/hastypes/commit/ea23656a8e6f955bc90ae1e7a47785318a018587)
13+
- [meta] add missing LICENSE file [`6d1ee7e`](https://github.com/inspect-js/hastypes/commit/6d1ee7e5c7097713bcd5f19e2a5b62577a1e7b01)
14+
- [meta] fix package name [`af54a47`](https://github.com/inspect-js/hastypes/commit/af54a47b06f62d02481856e6d3e4bfe67d22f747)
15+
- [Fix] handle when an ESM-only package has a `.d.mts` file [`5862846`](https://github.com/inspect-js/hastypes/commit/58628465c59e28ba1f1bc27f6225e10b851ee0dc)
16+
- [Dev Deps] update `@arethetypeswrong/cli`, `@ljharb/eslint-config`, `@ljharb/tsconfig`, `@types/node`, `@types/tape` [`4a88d33`](https://github.com/inspect-js/hastypes/commit/4a88d33b6967ce1e439673c95a163c09e80f8eed)
17+
- [Deps] update `dts-gen`, `npm-package-arg`, `pacote`, `tmp` [`c3886f2`](https://github.com/inspect-js/hastypes/commit/c3886f225977089bd6b85854f79768e4c6bab12c)
18+
- [Dev Deps] update `@arethetypeswrong/cli` [`adc79fa`](https://github.com/inspect-js/hastypes/commit/adc79fa655417990fb86cae4cefb8fddd53ef38a)
19+
- [Breaking] update `engines.node` [`37c9baf`](https://github.com/inspect-js/hastypes/commit/37c9baf2e702c03cfd3e0e1f002bd55f3bf03c92)
20+
- [meta] bump audit-level due to https://github.com/jonschlinkert/parse-git-config/issues/14 [`b258dce`](https://github.com/inspect-js/hastypes/commit/b258dcef92cf0faf6814443e3a0b4b84621a9bf3)
21+
- [Deps] update `npm-package-arg` [`bc58421`](https://github.com/inspect-js/hastypes/commit/bc5842138bb92b1917067726d7402cd1a627a3f1)
22+
23+
## [v2.0.0](https://github.com/inspect-js/hastypes/compare/1.0.0...v2.0.0) - 2024-12-07
24+
25+
### Commits
26+
27+
- Only apps should have lockfiles [`0672041`](https://github.com/inspect-js/hastypes/commit/06720419048f728b217837168f2ff329507695bb)
28+
- [Breaking] v2 implementation, tests, readme, types [`ddec422`](https://github.com/inspect-js/hastypes/commit/ddec422a9e4969d8ef4362f45b426902ab04af4f)
1429

1530
## 1.0.0 - 2017-11-13
1631

1732
### Commits
1833

19-
- Initial commit [`cafb49b`](https://github.com/elliotblackburn/has-types/commit/cafb49b7292b7a85e4aeeccfd9f0c9425b1be8a1)
20-
- Rename from has-types to hastypes [`8aa23de`](https://github.com/elliotblackburn/has-types/commit/8aa23deb28fbf0ada1bb47b4f1ff70b3c11847ee)
21-
- Force node engine to be 8.9.1 or higher [`bf908d7`](https://github.com/elliotblackburn/has-types/commit/bf908d7a1a0fcab39e22b0f408668df514839ee6)
22-
- Correct bin file [`162fb4a`](https://github.com/elliotblackburn/has-types/commit/162fb4af78f9cad3a2f4176d0595f081ef0143a0)
23-
- 1.0.1 release [`fbcee3a`](https://github.com/elliotblackburn/has-types/commit/fbcee3a04ae4a861a1a6a0d46f8a45dd1a6b4d46)
34+
- Initial commit [`cafb49b`](https://github.com/inspect-js/hastypes/commit/cafb49b7292b7a85e4aeeccfd9f0c9425b1be8a1)
35+
- Rename from has-types to hastypes [`8aa23de`](https://github.com/inspect-js/hastypes/commit/8aa23deb28fbf0ada1bb47b4f1ff70b3c11847ee)
36+
- Force node engine to be 8.9.1 or higher [`bf908d7`](https://github.com/inspect-js/hastypes/commit/bf908d7a1a0fcab39e22b0f408668df514839ee6)
37+
- Correct bin file [`162fb4a`](https://github.com/inspect-js/hastypes/commit/162fb4af78f9cad3a2f4176d0595f081ef0143a0)
38+
- 1.0.1 release [`fbcee3a`](https://github.com/inspect-js/hastypes/commit/fbcee3a04ae4a861a1a6a0d46f8a45dd1a6b4d46)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hastypes",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"description": "Does the given package have TypeScript types?",
55
"bin": "./bin.mjs",
66
"main": "./index.mjs",

0 commit comments

Comments
 (0)