Skip to content

Commit

Permalink
New version 4.0.0-beta.13 Read more https://github.com/xdan/jodit/blo…
Browse files Browse the repository at this point in the history
  • Loading branch information
xdan committed May 8, 2023
1 parent 78f7e2f commit ca05ce9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ newversion-git:
git add --all && git commit -m "New version $(version) Read more https://github.com/xdan/jodit/blob/main/CHANGELOG.md "
git tag $(version)
git push --tags origin HEAD:main
echo "New version $(version) Actions: https://github.com/xdan/jodit/actions/
echo "New version $(version) Actions: https://github.com/xdan/jodit/actions/"

.PHONY: jodit
jodit:
Expand Down
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jodit",
"version": "4.0.0-beta.12",
"version": "4.0.0-beta.13",
"description": "Jodit is awesome and usefully wysiwyg editor with filebrowser",
"main": "build/jodit.min.js",
"types": "./types/index.d.ts",
Expand Down

0 comments on commit ca05ce9

Please sign in to comment.