We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b79dc40 commit 26a46edCopy full SHA for 26a46ed
packages/beep/CHANGELOG.md
@@ -1,5 +1,21 @@
1
# @rollup/plugin-beep ChangeLog
2
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
19
## v0.2.0
20
21
_2020-04-12_
packages/beep/package.json
@@ -1,6 +1,6 @@
{
"name": "@rollup/plugin-beep",
- "version": "0.2.0",
+ "version": "1.0.0",
"publishConfig": {
"access": "public"
},
0 commit comments