Skip to content

Commit

Permalink
Merge pull request #19 from oslllo/release-v0.3.0
Browse files Browse the repository at this point in the history
chore: release 0.3.0
  • Loading branch information
Ghustavh97 authored Jul 14, 2021
2 parents a7cd3d1 + 3171ac5 commit 4254709
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.3.0](https://www.github.com/oslllo/svg2/compare/v0.2.4...v0.3.0) (2021-07-14)


### Features

* add support for svgs with "ex", "ch", "cm", "mm", "q", "in", "pc", "pt" dimensions ([6c5bca1](https://www.github.com/oslllo/svg2/commit/6c5bca16e8a123ec3d9b821ffed8138e56630778))


### Bug Fixes

* Svg2.AUTO outputting wrong dimensions on resize() ([fbd2431](https://www.github.com/oslllo/svg2/commit/fbd24319de0b9f8a62955809d42a4f433dc70186))
* vulnerabilities ([9729786](https://www.github.com/oslllo/svg2/commit/97297861d21ddafc75b38a004ceea7c449f0a743))

### [0.2.4](https://www.github.com/oslllo/svg2/compare/v0.2.3...v0.2.4) (2021-05-06)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oslllo-svg2",
"version": "0.2.4",
"version": "0.3.0",
"description": "Convert a SVG to multiple image formats (without puppeteer or a headless browser)",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit 4254709

Please sign in to comment.