Skip to content

Commit

Permalink
Publish v0.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jquense committed Oct 21, 2020
1 parent c18f201 commit 2e0fc0e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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": "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",
Expand Down

0 comments on commit 2e0fc0e

Please sign in to comment.