# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.3.2](https://github.com/rx-ts/rollup/compare/rollup-plugin-insert@1.3.1...rollup-plugin-insert@1.3.2) (2021-03-13)

**Note:** Version bump only for package rollup-plugin-insert





## [1.3.1](https://github.com/rx-ts/rollup/compare/rollup-plugin-insert@1.3.0...rollup-plugin-insert@1.3.1) (2020-04-10)

**Note:** Version bump only for package rollup-plugin-insert





# 1.3.0 (2020-01-29)


### Features

* migrate to lerna monorepo ([e6e8877](https://github.com/rx-ts/rollup/commit/e6e8877e59a934fb9058b179a2cbff9e18895268))





# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.2.0](https://github.com/JounQin/rollup-plugin-insert/compare/v1.1.0...v1.2.0) (2020-01-29)

## 1.0.0

- Enable sourceMap support (#39 @danielgindi)
- Support return string or MagicString after transforming
- fix failed test cases, add more test cases
- all test coverage indicators reach 100%
- bump all dependencies

## 1.0.1

- add more module import usages
- fix `transform` usage in README
- build on CI for testing

## 1.1.0

- migrate code base to TypeScript :tada:
