Skip to content

Commit

Permalink
release: v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kireevmp committed Nov 18, 2024
1 parent 8fd8ffe commit a19586e
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/loud-ears-pull.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-mugs-obey.md

This file was deleted.

12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @effector/swc-plugin

## 0.6.0

This release adds support for latest SWC ([compatible](https://plugins.swc.rs/versions/range/19) with `@swc/core >= 1.8.0` & `next >= 15.0.3`).

### Minor Changes

- 8fd8ffe: Support `swc_core` up to v6.0.0

### Patch Changes

- d04f60e: Update `node` dependencies

## 0.5.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "effector-swc-plugin"
version = "0.5.2"
version = "0.6.0"

authors = ["Kireev Mikhail"]
description = "SWC Plugin for Effector"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@effector/swc-plugin",
"version": "0.5.2",
"version": "0.6.0",
"description": "SWC Plugin for Effector",
"keywords": [
"swc-plugin",
Expand Down

0 comments on commit a19586e

Please sign in to comment.