chore: Publish crates

This commit is contained in:
SWC Bot 2022-02-21 01:54:00 +00:00
parent 581b63cf36
commit 1fd3522e55
3 changed files with 8 additions and 2 deletions

View File

@ -1,6 +1,12 @@
# Changelog
## [unreleased]
### Bug Fixes
- **(es/parser)** Allow type arguments inside optional chaining (#3653) ([581b63c](https://github.com/swc-project/swc/commit/581b63cf3640f5cfc35a09819dd927c87a7db2b7))
### Features

2
Cargo.lock generated
View File

@ -3022,7 +3022,7 @@ dependencies = [
[[package]]
name = "swc_ecma_parser"
version = "0.89.0"
version = "0.89.1"
dependencies = [
"either",
"enum_kind",

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs", "examples/**/*.rs"]
license = "Apache-2.0"
name = "swc_ecma_parser"
repository = "https://github.com/swc-project/swc.git"
version = "0.89.0"
version = "0.89.1"
[package.metadata.docs.rs]
all-features = true