Skip to content

Commit e5630f5

Browse files
chore(release): 1.2.0 [skip ci]
## [1.2.0](1.1.0...1.2.0) (2025-12-10) ### الميزات الجديدة * إضافة مدخل إختياري لدالة الجمع ([8f851b6](8f851b6))
1 parent 7a35f04 commit e5630f5

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
شكل الملف يستند للمرجع [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
كما يتبع هذا المشروع آلية الإصدارت الدلالية [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.2.0](https://github.com/O2sa/semantic-release-demo/compare/1.1.0...1.2.0) (2025-12-10)
9+
10+
### الميزات الجديدة
11+
12+
* إضافة مدخل إختياري لدالة الجمع ([8f851b6](https://github.com/O2sa/semantic-release-demo/commit/8f851b6deeb0b713d8e12b78bb350401c49a0759))
13+
814
## [1.1.0](https://github.com/O2sa/semantic-release-demo/compare/1.0.1...1.1.0) (2025-12-10)
915

1016
### الميزات الجديدة

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "semantic-release-demo",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "شرح مفصل على الإصدارت وآلية أتمتتها",
55
"main": "math-lite.js",
66
"scripts": {

0 commit comments

Comments
 (0)