Skip to content
This repository has been archived by the owner on Jul 6, 2024. It is now read-only.

Commit

Permalink
Bump version to v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitaindik committed Mar 31, 2022
1 parent b86901f commit 149b8b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "funda-chrome-extension",
"version": "0.6.0",
"version": "0.6.1",
"main": "index.js",
"license": "MIT",
"scripts": {
"start": "webpack --config webpack.config.js --env.BUILD_MODE=dev",
"build": "webpack --config webpack.config.js --env.BUILD_MODE=production",
"test": "webpack --config webpack.config.js --env.BUILD_MODE=test && jest --config=tests/jest.config.js",
"test:ci": "npm ci && npm run test",
"release": "npm run build && ./create-release-zip.sh"
"release": "rm -rf build && npm run build && ./create-release-zip.sh"
},
"devDependencies": {
"clean-webpack-plugin": "^3.0.0",
Expand Down

0 comments on commit 149b8b8

Please sign in to comment.