Skip to content

Commit

Permalink
Chore: Release v3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Amr Wagdy committed Apr 19, 2023
1 parent fdcf13b commit 7fd1c43
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ Types of changes:
- ...

-------------
## 3.1.1 - 2023-04-19
### Fixed
- Remove CVE vulnerabilities

## 3.1.0 - 2023-04-10
### Added
- possibility to enable/disable the request of new image on resize using `data-request-responsive-images`
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "js-cloudimage-360-view",
"version": "3.1.0",
"version": "3.1.1",
"main": "dist/index.js",
"description": "",
"author": "scaleflex",
Expand Down Expand Up @@ -55,13 +55,13 @@
"fs": "^0.0.1-security",
"gh-pages": "^2.0.1",
"highlight.js": "^10.4.1",
"html-webpack-plugin": "^3.2.0",
"html-webpack-plugin": "^5.5.1",
"isomorphic-fetch": "^3.0.0",
"mini-css-extract-plugin": "^0.9.0",
"mobile-detect": "^1.4.3",
"style-loader": "^0.23.1",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.0",
"webpack-dev-server": "^3.2.1"
"style-loader": "^3.3.2",
"webpack": "^5.79.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.13.3"
}
}

0 comments on commit 7fd1c43

Please sign in to comment.