Skip to content

Commit

Permalink
release(2.0.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
Raiper34 committed Nov 6, 2022
1 parent f856bde commit 2103049
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

### [2.0.0](https://github.com/Raiper34/ngx-simple-text-editor/compare/1.4.0...2.0.0)

> 6 November 2022
- Feature/angular 14 upgrade [`#15`](https://github.com/Raiper34/ngx-simple-text-editor/pull/15)

#### [1.4.0](https://github.com/Raiper34/ngx-simple-text-editor/compare/1.3.0...1.4.0)

> 29 October 2022
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@
# Ngx Simple Text editor
Ngx Simple Text editor or ST editor is a simple native text editor component for Angular 9+.

## Version compatibility
| Angular version | Ngx simple text editor version |
|-----------------|--------------------------------|
| 9 - 13 | 0.0.0 - 1.x.x |
| 14 | 2.x.x |

# Instalation

`npm install ngx-simple-text-editor --save`
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-simple-text-editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-simple-text-editor",
"version": "1.4.0",
"version": "2.0.0",
"description": "Ngx Simple Text editor or ST editor is a simple native text editor component for Angular 9+.",
"repository": "https://github.com/Raiper34/ngx-simple-text-editor",
"homepage": "https://ngx-simple-text-editor.netlify.app",
Expand Down

0 comments on commit 2103049

Please sign in to comment.