Skip to content

Commit

Permalink
Release v0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy committed Feb 23, 2023
1 parent 44058aa commit 050dcdc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.2.6 - 2023-02-23

- Handle actual attributes only. Ignore spread, actions, etc.
- Add `types` export condition
- Update `magic-string` to 0.30.0

## 0.2.5 - 2022-12-10

- Update `magic-string` to 0.27.0
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.5",
"version": "0.2.6",
"license": "MIT",
"author": "Bjorn Lu",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 050dcdc

Please sign in to comment.