@bigbinary/neeto-editor 0.9.1 → 0.9.2

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -6
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -22,9 +22,11 @@ Prefix the change with one of these keywords:
22
22
  - *Fixed*: for any bug fixes.
23
23
  - *Security*: in case of vulnerabilities.
24
24
 
25
- ## [Unreleased](https://github.com/stefanzweifel/php-changelog-updater/compare/decd5c8274f4ef60be82984fc5f87f6a3508fe34...HEAD)
25
+ ## [Unreleased](https://github.com/bigbinary/neeto-editor/compare/dae456385fb32ecd2af4cd8844bec10d1c65e4c3...HEAD)
26
26
 
27
- ## [0.9.1](https://github.com/stefanzweifel/php-changelog-updater/compare/0.9.0...decd5c8274f4ef60be82984fc5f87f6a3508fe34) - 2022-09-20
27
+ ## [0.9.2](https://github.com/bigbinary/neeto-editor/compare/decd5c8274f4ef60be82984fc5f87f6a3508fe34...dae456385fb32ecd2af4cd8844bec10d1c65e4c3) - 2022-09-20
28
+
29
+ ## [0.9.1](https://github.com/bigbinary/neeto-editor/compare/0.9.0...decd5c8274f4ef60be82984fc5f87f6a3508fe34) - 2022-09-20
28
30
 
29
31
  ## 0.8.3 - 2022-09-07
30
32
 
@@ -128,18 +130,18 @@ Prefix the change with one of these keywords:
128
130
 
129
131
  - Fixed: the overlap of placeholder with images.
130
132
 
131
- ## [0.9.0](https://github.com/stefanzweifel/php-changelog-updater/compare/0.8.6...0.9.0) - 2022-09-19
133
+ ## [0.9.0](https://github.com/bigbinary/neeto-editor/compare/0.8.6...0.9.0) - 2022-09-19
132
134
 
133
135
  - Removed: **BREAKING** official *Color* extension.
134
136
 
135
- ## [0.8.6](https://github.com/stefanzweifel/php-changelog-updater/compare/0.8.5...0.8.6) - 2022-09-16
137
+ ## [0.8.6](https://github.com/bigbinary/neeto-editor/compare/0.8.5...0.8.6) - 2022-09-16
136
138
 
137
139
  - Fixed: selecting mentions from the fixed menu will properly map to the right user.
138
140
 
139
- ## [0.8.5](https://github.com/stefanzweifel/php-changelog-updater/compare/0.8.4...0.8.5) - 2022-09-15
141
+ ## [0.8.5](https://github.com/bigbinary/neeto-editor/compare/0.8.4...0.8.5) - 2022-09-15
140
142
 
141
143
  Added: highlight to nodes when applying styles.
142
144
 
143
- ## [0.8.4](https://github.com/stefanzweifel/php-changelog-updater/compare/6746a735e5bd8dfe8642fdb341074a0f5ab7508a...0.8.4) - 2022-09-14
145
+ ## [0.8.4](https://github.com/bigbinary/neeto-editor/compare/6746a735e5bd8dfe8642fdb341074a0f5ab7508a...0.8.4) - 2022-09-14
144
146
 
145
147
  - Changed: changelog for testing
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-editor",
3
- "version": "0.9.1",
3
+ "version": "0.9.2",
4
4
  "main": "./build/index.js",
5
5
  "types": "./types.d.ts",
6
6
  "description": "neetoEditor is the library that drives the rich text experience in all neeto products built at BigBinary",