Skip to content

Commit

Permalink
4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
firefoxic committed May 11, 2024
1 parent 92b2688 commit eae4f63
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), and 

## [Unreleased]

## [4.0.0] — 2024–05–11

### Changed

- The plugin no longer accepts any options. Previously option defaults are now the only possible values:
Expand Down Expand Up @@ -108,7 +110,8 @@ No significant changes.

Just forked the [gulp-svgstore](https://github.com/w0rm/gulp-svgstore) project.

[Unreleased]: https://github.com/firefoxic/gulp-stacksvg/compare/v3.0.0...HEAD
[Unreleased]: https://github.com/firefoxic/gulp-stacksvg/compare/v4.0.0...HEAD
[4.0.0]: https://github.com/firefoxic/gulp-stacksvg/compare/v3.0.0...v4.0.0
[3.0.0]: https://github.com/firefoxic/gulp-stacksvg/compare/v2.0.3...v3.0.0
[2.0.3]: https://github.com/firefoxic/gulp-stacksvg/compare/v2.0.2...v2.0.3
[2.0.2]: https://github.com/firefoxic/gulp-stacksvg/compare/v2.0.1...v2.0.2
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": "gulp-stacksvg",
"description": "The gulp plugin to combine svg files into one using the stack method.",
"version": "3.0.0",
"version": "4.0.0",
"license": "MIT",
"author": {
"name": "Sergey Artemov",
Expand Down

0 comments on commit eae4f63

Please sign in to comment.