Skip to content

Commit

Permalink
chore: release 3.0.0 (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 17, 2023
1 parent 18cb7bd commit 39a92b0
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
@@ -1,3 +1,3 @@
{
".": "2.1.0"
".": "3.0.0"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,19 @@
# Changelog

## [3.0.0](https://github.com/npm/read/compare/v2.1.0...v3.0.0) (2023-11-16)

### ⚠️ BREAKING CHANGES

* `read` is now written in TypeScript and types are now shipped as part of this package.

### Features

* [`18cb7bd`](https://github.com/npm/read/commit/18cb7bd9f364a5cafabd9cb52942f048da7178af) [#77](https://github.com/npm/read/pull/77) convert to typescript and esm (#77) (@lukekarrys)

### Documentation

* [`ada826d`](https://github.com/npm/read/commit/ada826d2ded4e35a1e60d9f50dc31fda083d2a5d) [#59](https://github.com/npm/read/pull/59) remove unnecessary callback param (#59) (@igrep)

## [2.1.0](https://github.com/npm/read/compare/v2.0.0...v2.1.0) (2023-04-13)

### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "read",
"version": "2.1.0",
"version": "3.0.0",
"exports": {
"./package.json": "./package.json",
".": {
Expand Down

0 comments on commit 39a92b0

Please sign in to comment.