Skip to content

Commit bce6914

Browse files
committed
chore(release): 3.0.1
- Fixed list icons display consistency - Added automated CI/CD with GitHub Actions - Configured npm publishing workflow
1 parent badf9ce commit bce6914

3 files changed

Lines changed: 15 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
<a name="3.0.1"></a>
2+
## [3.0.1](https://github.com/kolkov/angular-editor/compare/v3.0.0...v3.0.1) (2025-11-22)
3+
4+
### Bug Fixes
5+
* **Icons:** Fixed list icons (unordered/ordered) display consistency in toolbar
6+
7+
### CI/CD
8+
* **GitHub Actions:** Added automated npm publishing workflow
9+
* **npm Publishing:** Configured Granular Access Token authentication
10+
* **GitHub Releases:** Automated release creation with changelog
11+
12+
---
13+
114
<a name="3.0.0"></a>
215
## [3.0.0](https://github.com/kolkov/angular-editor/compare/v2.0.0...v3.0.0) (2025-11-22) Major Angular 20 Upgrade
316

@@ -30,7 +43,6 @@
3043
* **Tests:** 13/13 tests passing (100% success rate)
3144

3245
### Bug Fixes
33-
* **Icons:** Fixed list icons (unordered/ordered) display consistency in toolbar
3446
* **Tests:** Fixed AeSelectComponent tests for mousedown event handling
3547
* **Demo:** Updated demo app for Angular 20 compatibility
3648

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kolkov/angular-editor",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",

projects/angular-editor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kolkov/angular-editor",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "A simple native WYSIWYG editor for Angular 20+. Rich Text editor component for Angular.",
55
"author": "Andrey Kolkov <a.kolkov@gmail.com>",
66
"repository": "https://github.com/kolkov/angular-editor",

0 commit comments

Comments
 (0)