Skip to content

Commit

Permalink
chore(release): v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hikiko4ern committed Oct 26, 2024
1 parent 4140f91 commit 294bdb3
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.1.2] - 2024-10-26

### Bug Fixes

- include `graphql-minify` license in pack

### Features

- print the parsing error span relative to the file

### Performance

- re-use single allocator for `graphql_minify::minify`

## [0.1.1] - 2024-10-22

### Bug Fixes
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
Expand Up @@ -2,7 +2,7 @@
members = [".", "packages/graphql-minify"]

[workspace.package]
version = "0.1.1"
version = "0.1.2"
authors = ["hikiko4ern"]
edition = "2021"
license = "Unlicense"
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": "swc-plugin-minify-graphql",
"version": "0.1.1",
"version": "0.1.2",
"description": "GraphQL query and schema minimizer plugin for SWC",
"keywords": [
"swc-plugin",
Expand Down

0 comments on commit 294bdb3

Please sign in to comment.