@ckeditor/ckeditor5-word-count 40.1.0 → 40.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -8
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -5,40 +5,40 @@ All changes in the package are documented in the main repository. See: https://g
|
|
|
5
5
|
|
|
6
6
|
Changes for the past releases are available below.
|
|
7
7
|
|
|
8
|
-
## [19.0.0](https://github.com/ckeditor/ckeditor5-word-count/compare/v18.0.0...v19.0.0) (2020
|
|
8
|
+
## [19.0.0](https://github.com/ckeditor/ckeditor5-word-count/compare/v18.0.0...v19.0.0) (April 29, 2020)
|
|
9
9
|
|
|
10
10
|
### Other changes
|
|
11
11
|
|
|
12
12
|
* Updated translations. ([091f2e7](https://github.com/ckeditor/ckeditor5-word-count/commit/091f2e7))
|
|
13
13
|
|
|
14
14
|
|
|
15
|
-
## [18.0.0](https://github.com/ckeditor/ckeditor5-word-count/compare/v17.0.0...v18.0.0) (2020
|
|
15
|
+
## [18.0.0](https://github.com/ckeditor/ckeditor5-word-count/compare/v17.0.0...v18.0.0) (March 19, 2020)
|
|
16
16
|
|
|
17
17
|
Internal changes only (updated dependencies, documentation, etc.).
|
|
18
18
|
|
|
19
19
|
|
|
20
|
-
## [17.0.0](https://github.com/ckeditor/ckeditor5-word-count/compare/v16.0.0...v17.0.0) (2020
|
|
20
|
+
## [17.0.0](https://github.com/ckeditor/ckeditor5-word-count/compare/v16.0.0...v17.0.0) (February 19, 2020)
|
|
21
21
|
|
|
22
22
|
### Other changes
|
|
23
23
|
|
|
24
24
|
* Updated translations. ([d8e40e5](https://github.com/ckeditor/ckeditor5-word-count/commit/d8e40e5))
|
|
25
25
|
|
|
26
26
|
|
|
27
|
-
## [16.0.0](https://github.com/ckeditor/ckeditor5-word-count/compare/v15.0.0...v16.0.0) (2019
|
|
27
|
+
## [16.0.0](https://github.com/ckeditor/ckeditor5-word-count/compare/v15.0.0...v16.0.0) (December 4, 2019)
|
|
28
28
|
|
|
29
29
|
### Other changes
|
|
30
30
|
|
|
31
31
|
* Updated translations. ([ffa4b14](https://github.com/ckeditor/ckeditor5-word-count/commit/ffa4b14))
|
|
32
32
|
|
|
33
33
|
|
|
34
|
-
## [15.0.0](https://github.com/ckeditor/ckeditor5-word-count/compare/v10.0.2...v15.0.0) (2019
|
|
34
|
+
## [15.0.0](https://github.com/ckeditor/ckeditor5-word-count/compare/v10.0.2...v15.0.0) (October 23, 2019)
|
|
35
35
|
|
|
36
36
|
### Other changes
|
|
37
37
|
|
|
38
38
|
* Updated translations. ([ff823db](https://github.com/ckeditor/ckeditor5-word-count/commit/ff823db)) ([6d2cc2b](https://github.com/ckeditor/ckeditor5-word-count/commit/6d2cc2b))
|
|
39
39
|
|
|
40
40
|
|
|
41
|
-
## [10.0.2](https://github.com/ckeditor/ckeditor5-word-count/compare/v10.0.1...v10.0.2) (2019
|
|
41
|
+
## [10.0.2](https://github.com/ckeditor/ckeditor5-word-count/compare/v10.0.1...v10.0.2) (August 26, 2019)
|
|
42
42
|
|
|
43
43
|
### Bug fixes
|
|
44
44
|
|
|
@@ -52,11 +52,11 @@ Internal changes only (updated dependencies, documentation, etc.).
|
|
|
52
52
|
* Updated translations. ([9aab7fb](https://github.com/ckeditor/ckeditor5-word-count/commit/9aab7fb))
|
|
53
53
|
|
|
54
54
|
|
|
55
|
-
## [10.0.1](https://github.com/ckeditor/ckeditor5-word-count/compare/v10.0.0...v10.0.1) (2019
|
|
55
|
+
## [10.0.1](https://github.com/ckeditor/ckeditor5-word-count/compare/v10.0.0...v10.0.1) (July 10, 2019)
|
|
56
56
|
|
|
57
57
|
Internal changes only (updated dependencies, documentation, etc.).
|
|
58
58
|
|
|
59
59
|
|
|
60
|
-
## [10.0.0](https://github.com/ckeditor/ckeditor5-word-count/tree/v10.0.0) (2019
|
|
60
|
+
## [10.0.0](https://github.com/ckeditor/ckeditor5-word-count/tree/v10.0.0) (July 4, 2019)
|
|
61
61
|
|
|
62
62
|
The initial font feature implementation.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-word-count",
|
|
3
|
-
"version": "40.
|
|
3
|
+
"version": "40.2.0",
|
|
4
4
|
"description": "Word and character count feature for CKEditor 5.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ckeditor",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"main": "src/index.js",
|
|
14
14
|
"dependencies": {
|
|
15
15
|
"lodash-es": "4.17.21",
|
|
16
|
-
"ckeditor5": "40.
|
|
16
|
+
"ckeditor5": "40.2.0"
|
|
17
17
|
},
|
|
18
18
|
"author": "CKSource (http://cksource.com/)",
|
|
19
19
|
"license": "GPL-2.0-or-later",
|