Skip to content

Commit

Permalink
chore(release): 1.2.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.2.2](v1.2.1...v1.2.2) (2020-09-18)

### Bug Fixes

* try again to make the filter work ([9e89a10](9e89a10))
  • Loading branch information
semantic-release-bot committed Sep 18, 2020
1 parent 7c133ab commit 8e39d0a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.2.2](https://github.com/eik-lib/postcss-import-map/compare/v1.2.1...v1.2.2) (2020-09-18)


### Bug Fixes

* try again to make the filter work ([9e89a10](https://github.com/eik-lib/postcss-import-map/commit/9e89a1002a2261615238b2f0433cbee8a1b9a2b7))

## [1.2.1](https://github.com/eik-lib/postcss-import-map/compare/v1.2.0...v1.2.1) (2020-09-18)


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.1",
"version": "1.2.2",
"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 8e39d0a

Please sign in to comment.