Skip to content

Commit

Permalink
Release v0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy committed Dec 1, 2022
1 parent 5c5f9a9 commit 16d25ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 0.2.4 - 2022-12-01

- `link` `imagesrcset` should not be processed if have valid `itemprop` for `href` only

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import importAssets from 'svelte-preprocess-import-assets'
svelte({ preprocess: [importAssets()] })

// or in svelte.config.js
const config = {
export default {
preprocess: [importAssets()],
// ... other svelte options
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "svelte-preprocess-import-assets",
"description": "Import assets in markup",
"version": "0.2.3",
"version": "0.2.4",
"license": "MIT",
"author": "Bjorn Lu",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 16d25ff

Please sign in to comment.