Skip to content

Commit 8111c09

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2026-01-28) ### Bug Fixes * repository name in test workflow ([9c8605b](9c8605b)) ### Features * add library + tests ([4db3aba](4db3aba)) * add semantic-release for automated npm and GitHub releases ([de3e639](de3e639))
1 parent 1695ba2 commit 8111c09

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# 1.0.0 (2026-01-28)
2+
3+
4+
### Bug Fixes
5+
6+
* repository name in test workflow ([9c8605b](https://github.com/TupiC/blocks-renderer-angular/commit/9c8605b0c8917d0d692bf8a2a2220de2db23df82))
7+
8+
9+
### Features
10+
11+
* add library + tests ([4db3aba](https://github.com/TupiC/blocks-renderer-angular/commit/4db3aba89dbc9ceb9c9bbe5fb467629105dfa402))
12+
* add semantic-release for automated npm and GitHub releases ([de3e639](https://github.com/TupiC/blocks-renderer-angular/commit/de3e639eaab4be609cb920b71930185009574261))
13+
114
# Changelog
215

316
All notable changes to this project will be documented in this file.

projects/blocks-renderer-angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "blocks-renderer-angular",
3-
"version": "0.0.1",
3+
"version": "1.0.0",
44
"description": "Angular library for rendering Strapi blocks content with customizable components",
55
"keywords": [
66
"angular",
@@ -28,4 +28,4 @@
2828
"tslib": "^2.3.0"
2929
},
3030
"sideEffects": false
31-
}
31+
}

0 commit comments

Comments
 (0)