Skip to content

Commit 2ae5e6b

Browse files
authored
chore(master): release StrataBro 1.1.0 (#4)
1 parent 3902bad commit 2ae5e6b

File tree

3 files changed

+39
-2
lines changed

3 files changed

+39
-2
lines changed

.github/.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.0.0"
2+
".": "1.1.0"
33
}

.github/CHANGELOG.md

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# Changelog
2+
3+
## [1.1.0](https://github.com/stdNullPtr/StrataBro/compare/StrataBro-v1.0.0...StrataBro-v1.1.0) (2025-03-09)
4+
5+
6+
### Features
7+
8+
* clean up gitignore ([1427b7c](https://github.com/stdNullPtr/StrataBro/commit/1427b7c70da2f293fb066332fa814b4e605d7d78))
9+
* Implement proper release process ([#2](https://github.com/stdNullPtr/StrataBro/issues/2)) ([6fe56c8](https://github.com/stdNullPtr/StrataBro/commit/6fe56c81fa4effcd47e4fa085a798ff0d9543100))
10+
* update gitignore ([62331e3](https://github.com/stdNullPtr/StrataBro/commit/62331e31e1dabd98e50fa5659129c81473863336))
11+
12+
13+
### Documentation
14+
15+
* add readme ([7984706](https://github.com/stdNullPtr/StrataBro/commit/7984706e3e8d942643fcac3dde92abab79eb9810))
16+
* delete static content ([67061fb](https://github.com/stdNullPtr/StrataBro/commit/67061fb4762e8e0e3073fd59914ac1ecfe939068))
17+
18+
19+
### Build System
20+
21+
* initial workkflows ([#1](https://github.com/stdNullPtr/StrataBro/issues/1)) ([9d3e562](https://github.com/stdNullPtr/StrataBro/commit/9d3e562194bd95da6d2c0231d0613dc23e16b34d))
22+
23+
24+
### Continuous Integration
25+
26+
* better organize release please files ([1a294ed](https://github.com/stdNullPtr/StrataBro/commit/1a294ed64f1f20dc982275ee20278ff0a7459092))
27+
* **deps:** bump softprops/action-gh-release from 1 to 2 ([#3](https://github.com/stdNullPtr/StrataBro/issues/3)) ([afd60f8](https://github.com/stdNullPtr/StrataBro/commit/afd60f8650cceeabc7448632cc3550e01fc70684))
28+
* move .release-please-config.json to root ([9ada7cc](https://github.com/stdNullPtr/StrataBro/commit/9ada7cc544cf8e305131d8bcf4c6ae25d6e5271a))
29+
* **workflows:** Add concurrency for release workflow ([18faaa2](https://github.com/stdNullPtr/StrataBro/commit/18faaa280d1f7bacec978def2227d00bf33589c8))
30+
* **workflows:** Add version file to release please config ([4659856](https://github.com/stdNullPtr/StrataBro/commit/46598562be235233687cf27e5f6ebbb56f2cb564))
31+
* **workflows:** Change changelog file location ([dede291](https://github.com/stdNullPtr/StrataBro/commit/dede291443c0b712cd5aab0e698e6c148683c76a))
32+
* **workflows:** Enhance build output ([606546c](https://github.com/stdNullPtr/StrataBro/commit/606546ccb6a2b516a5e416de2f726b04e397deb6))
33+
* **workflows:** Enhance build output ([2f591ea](https://github.com/stdNullPtr/StrataBro/commit/2f591ea2baf82c25850bfa649a8db7f3a0b24261))
34+
* **workflows:** Remove redundant zip step from create-package.yml ([847db74](https://github.com/stdNullPtr/StrataBro/commit/847db74e8d0896270053b50d1cd4508383864142))
35+
* **workflows:** Simplify build workflows and create an on-demand package workflow ([a5e936d](https://github.com/stdNullPtr/StrataBro/commit/a5e936df60f6cccbd3fef2c83d9e2805843c559e))
36+
* **workflows:** Update name of workflow ([3902bad](https://github.com/stdNullPtr/StrataBro/commit/3902bad15806a86a291c5de4030e28fed56039dc))
37+
* **workflows:** Update README.md and greatly simplify the create-package.yml workflow ([f898b6d](https://github.com/stdNullPtr/StrataBro/commit/f898b6d8a4788cd434ad87e5cb99f05efa570170))

VERSION.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.0
1+
1.1.0

0 commit comments

Comments
 (0)