Skip to content

Commit f9d845a

Browse files
chore(changeset): release packages (#198)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b4f6cc6 commit f9d845a

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.changeset/good-pans-rule.md

-5
This file was deleted.

.changeset/wise-shirts-pump.md

-5
This file was deleted.

packages/webidl-dts-gen/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# webidl-dts-gen
22

3+
## 1.10.0
4+
5+
### Minor Changes
6+
7+
- b4f6cc6: feat(emscripten): generate types with inheritance for emscripten JSImplementation interfaces
8+
9+
### Patch Changes
10+
11+
- 211220b: fix(emscripten): don't apply emscripten inheritance fix for commented inheritance statements
12+
313
## 1.9.0
414

515
### Minor Changes

packages/webidl-dts-gen/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webidl-dts-gen",
3-
"version": "1.9.0",
3+
"version": "1.10.0",
44
"description": "Generates TypeScript modules (.d.ts) from WebIDL",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)