Skip to content

Commit

Permalink
Bump package version to 1.1.6 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
davidstraka2 committed Mar 28, 2020
1 parent 235939d commit c3f38e9
Show file tree
Hide file tree
Showing 5 changed files with 75 additions and 34 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# 1.1.6 (2020-03-28)

## Minor package changes

- Updated dependencies
- Updated package metadata

## Project changes

- Dropped Node 8 testing in CI, added Node 13
- Set up CI workflow to pack examples as artifacts
- Limited CI "Lint and test" workflow's pull request event activity types to
opened or reopened
- Optimized CI workflows by using `npm ci` where possible

# 1.1.5 (2020-01-24)

## Minor package changes
Expand Down
86 changes: 56 additions & 30 deletions examples/next-js/npm-shrinkwrap.json

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

4 changes: 2 additions & 2 deletions examples/next-js/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "iconlist-example-next-js",
"private": true,
"version": "1.1.5",
"version": "1.1.6",
"scripts": {
"dev-server": "next",
"make-spritesheets": "node scripts/make-spritesheets.js",
Expand All @@ -15,6 +15,6 @@
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.13.0",
"iconlist": "^1.1.5"
"iconlist": "^1.1.6"
}
}
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.5",
"version": "1.1.6",
"main": "src/index.js",
"description": "Create optimized spritesheets and viewBox map json from a list of svg icons",
"keywords": [
Expand Down

0 comments on commit c3f38e9

Please sign in to comment.