Skip to content

Commit 26a46ed

Browse files
author
Release Workflow
committed
chore(release): beep v1.0.0
1 parent b79dc40 commit 26a46ed

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

packages/beep/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# @rollup/plugin-beep ChangeLog
22

3+
## v1.0.0
4+
5+
_2022-10-08_
6+
7+
### Breaking Changes
8+
9+
- fix: prepare for Rollup 3 [#1304](https://github.com/rollup/plugins/pull/1304)
10+
11+
### Bugfixes
12+
13+
- fix: ensure types are exported in npm pkg [#969](https://github.com/rollup/plugins/pull/969)
14+
15+
### Updates
16+
17+
- chore: update dependencies ([a4c2e7a](https://github.com/rollup/plugins/commit/a4c2e7a2f83bc1dd928cbf4ed6b5e8a5b82e3194))
18+
319
## v0.2.0
420

521
_2020-04-12_

packages/beep/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rollup/plugin-beep",
3-
"version": "0.2.0",
3+
"version": "1.0.0",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)