Skip to content

Commit

Permalink
New version 4.0.7. Read more https://github.com/jodit/jodit-react/rel…
Browse files Browse the repository at this point in the history
  • Loading branch information
xdan committed Jan 17, 2024
1 parent ef30262 commit 7153e79
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jodit-react",
"version": "4.0.6",
"version": "4.0.7",
"description": "Jodit is awesome and usefully wysiwyg editor with filebrowser",
"main": "build/jodit-react.js",
"author": "Chupurnov <[email protected]> (https://xdsoft.net/)s",
Expand Down Expand Up @@ -56,7 +56,7 @@
"demo": "cd examples && export NODE_ENV=development && webpack serve --config ./webpack.config.js --mode development",
"start": "npm run demo",
"build": "export NODE_ENV=production && webpack --mode production",
"github": "npm run git && git push --tags origin HEAD:master",
"github": "npm run git && git push --tags origin HEAD:main",
"git": "git add --all && git commit -m \"New version $npm_package_version. Read more https://github.com/jodit/jodit-react/releases/tag/$npm_package_version \" && git tag $npm_package_version"
},
"repository": {
Expand Down

0 comments on commit 7153e79

Please sign in to comment.