Skip to content

Commit c7a66c1

Browse files
committed
Update version to 1.1.0 and add changelog
1 parent 13cf45f commit c7a66c1

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# 1.1.0
2+
3+
- Improved `optimize.js` in order not to depend on asynchronous `SVGO` code.
4+
- Removed auto prefix for SVG identifiers (`id`).
5+
- Fixed tests.
6+
- Added `eslint` with [`adidas-eslint` rules](https://github.com/adidas/js-linter-configs).
7+
- Moved source code to `lib` folder and tests and its fixtures to `test` folder.
8+
- Replaced `yarn.lock` with `package-lock.json`.
9+
10+
## 1.0.1
11+
12+
- Original code base based on [`iest/babel-plugin-inline-svg`](https://github.com/iest/babel-plugin-inline-svg) plugin.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-inline-svg",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "Babel plugin to optimize and inline SVG",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)