Skip to content

Commit

Permalink
updated version, added changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Reichart committed Feb 12, 2023
1 parent 14c9a11 commit 13db12b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## v1.0.0

### Breaking Changes

- Updated svg-sprite to v2.x
- Updated svgo to v3.x
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

SVG Chameleon creates a ```<symbol>``` sprite out of your SVG files that lets you easily modify colors and stroke-widths via CSS variables. It works with any SVGs, so no need for the designer or the developer to fiddle around with export options or the SVG markup. Thanks to the injected CSS variables, you don't need to worry about the Shadow DOM or specific tags of your SVG, just set your variables somewhere and they will cascade down to your SVG markup.

[Changelog](CHANGELOG.md)

## Installation

``` bash
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svg-chameleon",
"version": "0.5.2",
"version": "1.0.0",
"description": "A node module used for creating a customizable SVG sprite, containing SVGs as symbols that can be customized in the frontend using CSS variables and more.",
"main": "./dist/index.js",
"bin": "./dist/cli.js",
Expand Down

0 comments on commit 13db12b

Please sign in to comment.