Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Dec 7, 2024
1 parent ddec422 commit 8faf720
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
17 changes: 12 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,19 @@ 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).

## [v2.0.0](https://github.com/inspect-js/has-types/compare/1.0.0...v2.0.0) - 2024-12-07

### Commits

- Only apps should have lockfiles [`0672041`](https://github.com/inspect-js/has-types/commit/06720419048f728b217837168f2ff329507695bb)
- [Breaking] v2 implementation, tests, readme, types [`ddec422`](https://github.com/inspect-js/has-types/commit/ddec422a9e4969d8ef4362f45b426902ab04af4f)

## 1.0.0 - 2017-11-13

### Commits

- Initial commit [`cafb49b`](https://github.com/elliotblackburn/has-types/commit/cafb49b7292b7a85e4aeeccfd9f0c9425b1be8a1)
- Rename from has-types to hastypes [`8aa23de`](https://github.com/elliotblackburn/has-types/commit/8aa23deb28fbf0ada1bb47b4f1ff70b3c11847ee)
- Force node engine to be 8.9.1 or higher [`bf908d7`](https://github.com/elliotblackburn/has-types/commit/bf908d7a1a0fcab39e22b0f408668df514839ee6)
- Correct bin file [`162fb4a`](https://github.com/elliotblackburn/has-types/commit/162fb4af78f9cad3a2f4176d0595f081ef0143a0)
- 1.0.1 release [`fbcee3a`](https://github.com/elliotblackburn/has-types/commit/fbcee3a04ae4a861a1a6a0d46f8a45dd1a6b4d46)
- Initial commit [`cafb49b`](https://github.com/inspect-js/has-types/commit/cafb49b7292b7a85e4aeeccfd9f0c9425b1be8a1)
- Rename from has-types to hastypes [`8aa23de`](https://github.com/inspect-js/has-types/commit/8aa23deb28fbf0ada1bb47b4f1ff70b3c11847ee)
- Force node engine to be 8.9.1 or higher [`bf908d7`](https://github.com/inspect-js/has-types/commit/bf908d7a1a0fcab39e22b0f408668df514839ee6)
- Correct bin file [`162fb4a`](https://github.com/inspect-js/has-types/commit/162fb4af78f9cad3a2f4176d0595f081ef0143a0)
- 1.0.1 release [`fbcee3a`](https://github.com/inspect-js/has-types/commit/fbcee3a04ae4a861a1a6a0d46f8a45dd1a6b4d46)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hastypes",
"version": "1.0.0",
"version": "2.0.0",
"description": "Does the given package have TypeScript types?",
"bin": "./bin.mjs",
"main": "./index.mjs",
Expand Down

0 comments on commit 8faf720

Please sign in to comment.