From f04ae68cdb139712a5809c7028ba1116f949a320 Mon Sep 17 00:00:00 2001 From: Mikey Sleevi Date: Fri, 27 Feb 2026 06:48:58 -0700 Subject: [PATCH] chore(main): release 0.1.1 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 458023a..2a24de2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.1](https://github.com/iveelsm/graphql-query-parser/compare/v0.1.0...v0.1.1) (2026-02-27) + + +### Bug Fixes + +* Fix concatenating assign and increment ([#30](https://github.com/iveelsm/graphql-query-parser/issues/30)) ([509ba60](https://github.com/iveelsm/graphql-query-parser/commit/509ba609c81c9dad22e12b2f04ef1e1bcc698468)) + ## 0.1.0 (2026-02-19) diff --git a/package-lock.json b/package-lock.json index 9dec79f..c50ad9e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "graphql-query-parser", - "version": "0.1.0", + "version": "0.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "graphql-query-parser", - "version": "0.1.0", + "version": "0.1.1", "license": "MIT", "devDependencies": { "@eslint/js": "^10.0.0", diff --git a/package.json b/package.json index 1451512..8fc35f7 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "graphql-query-parser", "description": "A utility for parsing queries out of GraphQL files", "author": "Mikey Sleevi ", - "version": "0.1.0", + "version": "0.1.1", "license": "MIT", "type": "module", "engines": {