Skip to content

Commit aee4e01

Browse files
committed
Release: v11.0.1. [skip ci]
1 parent f8a3773 commit aee4e01

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"__IMPORTANT__": "This file won't be published. See `src/ckeditor/package.json`, which will be published on NPM.",
33
"name": "@ckeditor/ckeditor5-angular",
4-
"version": "11.0.0",
4+
"version": "11.0.1",
55
"private": true,
66
"description": "Official Angular component for CKEditor 5 – the best browser-based rich text editor.",
77
"scripts": {
@@ -97,4 +97,4 @@
9797
"eslint --quiet"
9898
]
9999
}
100-
}
100+
}

src/ckeditor/plugins/angular-integration-usage-data.plugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import { createIntegrationUsageDataPlugin } from '@ckeditor/ckeditor5-integratio
1414
export const AngularIntegrationUsageDataPlugin = createIntegrationUsageDataPlugin(
1515
'angular',
1616
{
17-
version: /* replace-version:start */ '11.0.0' /* replace-version:end */,
17+
version: /* replace-version:start */ '11.0.1' /* replace-version:end */,
1818
frameworkVersion: VERSION.full
1919
}
2020
);

0 commit comments

Comments
 (0)