Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.2.3...v2.0.0) (2020-11-13)

### Bug Fixes

* **deps:** update dependency node-fetch to ^2.6.1 ([#33](#33)) ([8b0455c](8b0455c))

### Features

* support PostCSS v8 ([#36](#36)) ([5156ba5](5156ba5))

### BREAKING CHANGES

* PostCSS v7 and longer isn't supported
  • Loading branch information
semantic-release-bot committed Nov 13, 2020
1 parent 8b0455c commit 64a867b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [2.0.0](https://github.com/eik-lib/postcss-import-map/compare/v1.2.3...v2.0.0) (2020-11-13)


### Bug Fixes

* **deps:** update dependency node-fetch to ^2.6.1 ([#33](https://github.com/eik-lib/postcss-import-map/issues/33)) ([8b0455c](https://github.com/eik-lib/postcss-import-map/commit/8b0455c5c812d7db15d5f39d8d067fcd42f966a8))


### Features

* support PostCSS v8 ([#36](https://github.com/eik-lib/postcss-import-map/issues/36)) ([5156ba5](https://github.com/eik-lib/postcss-import-map/commit/5156ba5a01aab1781b01a0756772cb0804ea0740))


### BREAKING CHANGES

* PostCSS v7 and longer isn't supported

## [1.2.3](https://github.com/eik-lib/postcss-import-map/compare/v1.2.2...v1.2.3) (2020-11-13)


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": "@eik/postcss-import-map",
"version": "1.2.3",
"version": "2.0.0",
"description": "PostCSS plugin that uses Eik defined import map files to transform bare import specifiers to absolute URLs in @import rules",
"main": "dist/plugin.js",
"files": [
Expand Down

0 comments on commit 64a867b

Please sign in to comment.