From 2e0fc0e2fb4d3162fcbb0b631e0241357a724d33 Mon Sep 17 00:00:00 2001 From: Jason Quense Date: Wed, 21 Oct 2020 10:31:05 -0400 Subject: [PATCH] Publish v0.10.5 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 759449ad..a6ad707b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [0.10.5](https://github.com/4Catalyzer/astroturf/compare/v0.10.4...v0.10.5) (2020-10-21) + + +### Bug Fixes + +* jsx pragma with automatic runtime ([c18f201](https://github.com/4Catalyzer/astroturf/commit/c18f201)) +* use wider decorators parsing plugin [#140](https://github.com/4Catalyzer/astroturf/issues/140) ([#641](https://github.com/4Catalyzer/astroturf/issues/641)) ([8b01c12](https://github.com/4Catalyzer/astroturf/commit/8b01c12)) + + + + + ## [0.10.4](https://github.com/4Catalyzer/astroturf/compare/v0.10.3...v0.10.4) (2020-04-13) diff --git a/package.json b/package.json index bff68087..88490c66 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "astroturf", - "version": "0.10.4", + "version": "0.10.5", "description": "Extract and process inline CSS literals in JavaScript files", "main": "lib/index.js", "types": "lib/index.d.ts",