babel-plugin-replace-ts-export-assignment
Version:
Allows export assignment syntax to be used when compiling TypeScript with babel
23 lines (13 loc) • 704 B
Markdown
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [0.0.2] - 2019-08-09
### Changed
* Make `@babel/` dependencies `devDependencies`
## [0.0.1] - 2019-08-09
Initial release.
[Unreleased]: https://github.com/G-Rath/babel-plugin-replace-ts-export-assignment/compare/v0.0.2...HEAD
[0.0.2]: https://github.com/G-Rath/babel-plugin-replace-ts-export-assignment/compare/v0.0.1...v0.0.2
[0.0.1]: https://github.com/G-Rath/babel-plugin-replace-ts-export-assignment/compare/fdf7c5...v0.0.1