Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
FIameCaster committed Feb 9, 2024
1 parent bc8ccaa commit e7445e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prism-code-editor",
"version": "2.4.0",
"version": "3.0.0",
"type": "module",
"description": "Lightweight, extensible code editor component for the web using Prism",
"main": "./dist/index.js",
Expand Down
4 changes: 3 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@

Lightweight, extensible code editor component for the web using [Prism](https://github.com/PrismJS/prism).

Check out [the demos](https://prism-code-editor.netlify.app) and the [API Documentation](https://prism-code-editor.netlify.app/api)!
[Demos](https://prism-code-editor.netlify.app) | [API Docs](https://prism-code-editor.netlify.app/api)

Version 3 was recently released. Check [the release](https://github.com/FIameCaster/prism-code-editor/releases/tag/3.0.0) for what's changed.

## Why?

Expand Down

0 comments on commit e7445e3

Please sign in to comment.