# [2.6.0](https://github.com/fossamagna/gas-webpack-plugin/compare/v2.5.0...v2.6.0) (2024-05-23)


### Features

* detect export function if autoGlobalExportsFiles is enabled ([#909](https://github.com/fossamagna/gas-webpack-plugin/issues/909)) ([99925f6](https://github.com/fossamagna/gas-webpack-plugin/commit/99925f67bd15c6e61db1054dc3ada4b31869cd48))



# [2.5.0](https://github.com/fossamagna/gas-webpack-plugin/compare/v2.4.0...v2.5.0) (2023-04-25)



# [2.4.0](https://github.com/fossamagna/gas-webpack-plugin/compare/v2.3.0...v2.4.0) (2023-04-25)


### Features

* support export named declaration when use autoGlobalExportsFiles ([#795](https://github.com/fossamagna/gas-webpack-plugin/issues/795)) ([83eb97c](https://github.com/fossamagna/gas-webpack-plugin/commit/83eb97ccfa3c4103d5c8ea7c88848ee885cdb760))
* support export named declaration when use autoGlobalExportsFiles ([#801](https://github.com/fossamagna/gas-webpack-plugin/issues/801)) ([03fe306](https://github.com/fossamagna/gas-webpack-plugin/commit/03fe3069385e9540c967d121c10d65b9e19fd48b))



# [2.3.0](https://github.com/fossamagna/gas-webpack-plugin/compare/v2.2.2...v2.3.0) (2022-06-20)



## [2.2.2](https://github.com/fossamagna/gas-webpack-plugin/compare/v2.2.2-beta.0...v2.2.2) (2022-06-15)



## [2.2.2-beta.0](https://github.com/fossamagna/gas-webpack-plugin/compare/v2.2.1...v2.2.2-beta.0) (2022-06-15)


### Bug Fixes

* use position of original source to insert global assignments ([4c76d11](https://github.com/fossamagna/gas-webpack-plugin/commit/4c76d11c6dd7eef856fd14a2f6ce245f92a118f4))



## [2.2.1](https://github.com/fossamagna/gas-webpack-plugin/compare/v2.2.0...v2.2.1) (2022-03-31)


### Bug Fixes

* make sure using slash as path separator of include path pattern on Windows ([e959c1c](https://github.com/fossamagna/gas-webpack-plugin/commit/e959c1c33bc57f1de6be8431f1443506ca6dcac7))



# [2.2.0](https://github.com/fossamagna/gas-webpack-plugin/compare/v2.1.0...v2.2.0) (2022-03-10)


### Features

* add include option to define path patterns to detect functions ([4f2c1dc](https://github.com/fossamagna/gas-webpack-plugin/commit/4f2c1dc51bbf08a06d3437a2f9119f9cefcbe6ce))



# [2.1.0](https://github.com/fossamagna/gas-webpack-plugin/compare/v2.0.2...v2.1.0) (2021-07-30)


### Features

* Add types ([b519d58](https://github.com/fossamagna/gas-webpack-plugin/commit/b519d584dfd80cd28f4d40f2fbc1527b79dc5fa3))



## [2.0.2](https://github.com/fossamagna/gas-webpack-plugin/compare/v2.0.1...v2.0.2) (2021-06-07)


### Bug Fixes

* ReferenceError: "global" is not defined when use autoGlobalExportsFiles option ([80553bf](https://github.com/fossamagna/gas-webpack-plugin/commit/80553bff2283d4d4b5185fda1cc92882659e37fd)), closes [#561](https://github.com/fossamagna/gas-webpack-plugin/issues/561)



## [2.0.1](https://github.com/fossamagna/gas-webpack-plugin/compare/v2.0.0...v2.0.1) (2021-03-26)


### Bug Fixes

* Make it possible to use ES module in production mode ([3183834](https://github.com/fossamagna/gas-webpack-plugin/commit/318383407e0e6329a35382de256f00b6b867477b)), closes [#516](https://github.com/fossamagna/gas-webpack-plugin/issues/516)



# [2.0.0](https://github.com/fossamagna/gas-webpack-plugin/compare/v1.2.2...v2.0.0) (2021-02-27)


### Features

* Support webpack@5 ([e27f312](https://github.com/fossamagna/gas-webpack-plugin/commit/e27f3128b0561623b5742452ff57ea85632d7c93)), closes [#417](https://github.com/fossamagna/gas-webpack-plugin/issues/417)



## [1.2.2](https://github.com/fossamagna/gas-webpack-plugin/compare/v1.2.1...v1.2.2) (2020-11-29)



## [1.2.1](https://github.com/fossamagna/gas-webpack-plugin/compare/v1.2.0...v1.2.1) (2020-11-18)


### Bug Fixes

* Avoid to fail bundling when has module ignored by webpack ([dfd9262](https://github.com/fossamagna/gas-webpack-plugin/commit/dfd926278d8098540649fdc93d27d1c8d182f762))



# [1.2.0](https://github.com/fossamagna/gas-webpack-plugin/compare/v1.1.0...v1.2.0) (2020-09-11)


### Features

* Add support auto generation of global assignment expressions from exports.* ([f681381](https://github.com/fossamagna/gas-webpack-plugin/commit/f6813812265012c3f7c5ceee4e1d3015eddcce7b))



# [1.1.0](https://github.com/fossamagna/gas-webpack-plugin/compare/v1.0.5...v1.1.0) (2020-09-04)


### Features

* Add development mode ([d15858e](https://github.com/fossamagna/gas-webpack-plugin/commit/d15858e80fdb8f067e89e4c97150949b1713651a))



## [1.0.5](https://github.com/fossamagna/gas-webpack-plugin/compare/v1.0.4...v1.0.5) (2020-08-24)


### Bug Fixes

* Enable to work with es3ify and source map ([2f8fa79](https://github.com/fossamagna/gas-webpack-plugin/commit/2f8fa796603605ec07dd3eb3d301113dc7ffd156))



## [1.0.4](https://github.com/fossamagna/gas-webpack-plugin/compare/v1.0.3...v1.0.4) (2020-07-27)


### Bug Fixes

* Fix to prepend top-level functions when minimize too. ([684c3d2](https://github.com/fossamagna/gas-webpack-plugin/commit/684c3d29cc84d3935d0d61b203ca47618b486851))



## [1.0.3](https://github.com/fossamagna/gas-webpack-plugin/compare/v1.0.2...v1.0.3) (2020-06-24)



## [1.0.2](https://github.com/fossamagna/gas-webpack-plugin/compare/v1.0.1...v1.0.2) (2019-01-21)


### Bug Fixes

* Add test for SequenceExpression ([033859b](https://github.com/fossamagna/gas-webpack-plugin/commit/033859bc1e2c02b6ec8abb4eaa3df436c60b74db)), closes [#208](https://github.com/fossamagna/gas-webpack-plugin/issues/208)



## [1.0.1](https://github.com/fossamagna/gas-webpack-plugin/compare/v1.0.0...v1.0.1) (2018-12-20)



# [1.0.0](https://github.com/fossamagna/gas-webpack-plugin/compare/v0.3.0...v1.0.0) (2018-12-20)


### Features

* Add comment option ([fa31a7e](https://github.com/fossamagna/gas-webpack-plugin/commit/fa31a7e6f3d781463c26a32c3c0d1b40d4a63a31)), closes [#195](https://github.com/fossamagna/gas-webpack-plugin/issues/195)



# [0.3.0](https://github.com/fossamagna/gas-webpack-plugin/compare/0.2.1...v0.3.0) (2018-05-13)



## [0.2.1](https://github.com/fossamagna/gas-webpack-plugin/compare/0.2.0...0.2.1) (2017-08-04)


### Bug Fixes

* **package:** update gas-entry-generator to version 1.0.1 ([337c3a2](https://github.com/fossamagna/gas-webpack-plugin/commit/337c3a2a75a6e83ef0c47e1f92ab3be2471421a2))



# [0.2.0](https://github.com/fossamagna/gas-webpack-plugin/compare/0.1.0...0.2.0) (2017-03-25)



# 0.1.0 (2016-11-23)



