Skip to content

Commit

Permalink
Bump to version 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
zombiezen committed Jan 21, 2022
1 parent bf42061 commit 7890b69
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
14 changes: 10 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,25 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

[Unreleased]: https://github.com/zombiezen/esbuild-plugin-stimulus/compare/v0.1.4...main
[Unreleased]: https://github.com/zombiezen/esbuild-plugin-stimulus/compare/v0.1.5...main

## [0.1.4][] - 2022-01-21
## [0.1.5][] - 2022-01-21

Version 0.1.4 adds support for `.tsx` and `.jsx` file extensions.
Version 0.1.5 adds support for `.tsx` and `.jsx` file extensions.

[0.1.4]: https://github.com/zombiezen/esbuild-plugin-stimulus/releases/tag/v0.1.4
[0.1.5]: https://github.com/zombiezen/esbuild-plugin-stimulus/releases/tag/v0.1.5

### Added

- Permit `.tsx` and `.jsx` extensions to be used
([#8](https://github.com/zombiezen/esbuild-plugin-stimulus/issues/8))

## [0.1.4][] - 2022-01-21

Version 0.1.4 was skipped due to an improper release.

[0.1.4]: https://github.com/zombiezen/esbuild-plugin-stimulus/releases/tag/v0.1.4

## [0.1.3][] - 2022-01-21

Version 0.1.3 was skipped due to an improper release.
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": "esbuild-plugin-stimulus",
"version": "0.1.3",
"version": "0.1.5",
"description": "esbuild plugin for automatically loading Stimulus controllers from a folder",
"type": "commonjs",
"main": "./build/index.js",
Expand Down

0 comments on commit 7890b69

Please sign in to comment.