Skip to content

Commit

Permalink
chore: release 1.0.0 (#30)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Dec 13, 2022
1 parent fdd5ad5 commit d413c31
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.0.8"
".": "1.0.0"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog

## [1.0.0](https://github.com/npm/mute-stream/compare/v0.0.8...v1.0.0) (2022-12-12)

### ⚠️ BREAKING CHANGES

* this package is now compatible with the following semver range for node: `^14.17.0 || ^16.13.0 || >=18.0.0`

### Features

* [`bb1e248`](https://github.com/npm/mute-stream/commit/bb1e24845a1d8c7ec3c3a2950cf7a4e8d5c46be2) add template-oss (@lukekarrys)

### Bug Fixes

* [`72b4956`](https://github.com/npm/mute-stream/commit/72b4956049769b99305b8934ec5448ab4184181f) replace substr with slice (@lukekarrys)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mute-stream",
"version": "0.0.8",
"version": "1.0.0",
"main": "lib/index.js",
"devDependencies": {
"@npmcli/eslint-config": "^4.0.0",
Expand Down

0 comments on commit d413c31

Please sign in to comment.