Skip to content

Commit

Permalink
chore(release): 3.0.12 [skip ci]
Browse files Browse the repository at this point in the history
## [3.0.12](v3.0.11...v3.0.12) (2023-08-19)

### Bug Fixes

* **deps:** update dependency node-fetch to v2.6.13 ([c981c21](c981c21))
  • Loading branch information
semantic-release-bot committed Aug 19, 2023
1 parent c981c21 commit d2b733b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
## [3.0.12](https://github.com/eik-lib/postcss-import-map/compare/v3.0.11...v3.0.12) (2023-08-19)


### Bug Fixes

* **deps:** update dependency node-fetch to v2.6.13 ([c981c21](https://github.com/eik-lib/postcss-import-map/commit/c981c21b4be6b6deca3fc4283b853b602de59400))

## [3.0.11](https://github.com/eik-lib/postcss-import-map/compare/v3.0.10...v3.0.11) (2023-06-29)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@eik/postcss-plugin",
"version": "3.0.11",
"version": "3.0.12",
"description": "PostCSS plugin that uses Eik defined import map files to transform bare import specifiers to absolute URLs in @import rules",
"main": "src/plugin.js",
"files": [
Expand Down

0 comments on commit d2b733b

Please sign in to comment.