Skip to content

Commit 27ce4cb

Browse files
authored
chore(main): release 2.1.2 (#26)
1 parent 84af0c0 commit 27ce4cb

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.1.2](https://github.com/cheminfo/babel-proxy-server/compare/v2.1.1...v2.1.2) (2026-01-21)
4+
5+
6+
### Bug Fixes
7+
8+
* support export star as namespace syntax ([#25](https://github.com/cheminfo/babel-proxy-server/issues/25)) ([84af0c0](https://github.com/cheminfo/babel-proxy-server/commit/84af0c0088580576b766d605490ba68f4779294d))
9+
310
## [2.1.1](https://github.com/cheminfo/babel-proxy-server/compare/v2.1.0...v2.1.1) (2026-01-20)
411

512

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "babel-proxy-server",
4-
"version": "2.1.1",
4+
"version": "2.1.2",
55
"description": "Proxy that converts js files with babel",
66
"main": "src/server.js",
77
"type": "module",

0 commit comments

Comments
 (0)