Skip to content

Commit

Permalink
chore: Updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
poppa committed Jan 8, 2024
1 parent 640fb6e commit c842d77
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- _(empty)_

## [4.2.0] 2024-01-08

### Added

- SVGs imported as URLs (`import svgUrl from ./some.svg?url`) will now be
_SVGO_ optimized before written to disk on production builds.

NOTE: SVGs imported as URLs will **not** be optimized in `dev` mode.

This should fix [#52](https://github.com/poppa/sveltekit-svg/issues/52)

## [4.1.3] 2023-09-01

### Changed
Expand Down Expand Up @@ -341,7 +352,8 @@ Thanks to [Jani](https://github.com/ljani) for the contributions

---

[unreleased]: https://github.com/poppa/sveltekit-svg/compare/v4.1.3...HEAD
[unreleased]: https://github.com/poppa/sveltekit-svg/compare/v4.2.0...HEAD
[4.2.0]: https://github.com/poppa/sveltekit-svg/compare/v4.1.3...v4.2.0
[4.1.3]: https://github.com/poppa/sveltekit-svg/compare/v4.1.2...v4.1.3
[4.1.2]: https://github.com/poppa/sveltekit-svg/compare/v4.1.1...v4.1.2
[4.1.1]: https://github.com/poppa/sveltekit-svg/compare/v4.1.0...v4.1.1
Expand Down

0 comments on commit c842d77

Please sign in to comment.