Skip to content

Commit

Permalink
chore(release): 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyfarrell committed Mar 2, 2019
1 parent bad102c commit 1d700a6
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,17 @@
# Change Log

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.

# [0.3.0](https://github.com/cfware/babel-plugin-bundled-import-meta/compare/v0.2.2...v0.3.0) (2019-03-02)


### Features

* Add baseURI importStyle. ([#4](https://github.com/cfware/babel-plugin-bundled-import-meta/issues/4)) ([bad102c](https://github.com/cfware/babel-plugin-bundled-import-meta/commit/bad102c)), closes [#3](https://github.com/cfware/babel-plugin-bundled-import-meta/issues/3)


### BREAKING CHANGES

* Drop support for generating node.js compatible
importStyle polyfill. node.js targets can still be supported by letting
rollup output format handle the polyfill.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-bundled-import-meta",
"version": "0.2.2",
"version": "0.3.0",
"description": "Babel plugin to rewrite import.meta for bundled usage",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 1d700a6

Please sign in to comment.