Skip to content

Commit

Permalink
Bump package version to 1.1.4 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
davidstraka2 committed Dec 21, 2019
1 parent 010b93f commit 0a76d69
Show file tree
Hide file tree
Showing 5 changed files with 85 additions and 25 deletions.
21 changes: 18 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,26 @@
# 1.1.4 (2019-12-21)

## Minor package changes

- Updated dependencies
- Added badges to README

## Project changes

- Set up simple tests
- Set up CI
- When linting from the main package, demos' dependencies are installed to
ensure any eslint plugins needed are there
- Disabled eslint linebreak-style rule

# 1.1.3 (2019-11-15)

## Minor package changes

- Update dependencies
- Add changelog file
- Updated dependencies
- Added changelog file

## Minor project changes
## Project changes

- Set up code linting

Expand Down
83 changes: 64 additions & 19 deletions demos/next-js/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 demos/next-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"eslint": "^6.8.0",
"eslint-plugin-react": "^7.17.0",
"fs-extra": "^8.1.0",
"iconlist": "^1.1.3"
"iconlist": "^1.1.4"
}
}
2 changes: 1 addition & 1 deletion 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": "iconlist",
"version": "1.1.3",
"version": "1.1.4",
"main": "src/index.js",
"description": "Create optimized spritesheets and viewBox map json from a list of icons",
"keywords": [
Expand Down

0 comments on commit 0a76d69

Please sign in to comment.