Skip to content

Commit 9fbbb11

Browse files
chore(master): release 1.3.0 (#6)
🤖 I have created a release *beep* *boop* --- ## [1.3.0](v1.2.0...v1.3.0) (2025-03-28) ### Features * add gh uploader; ([c6f1c1f](c6f1c1f)) * BREAKING! update for manifest v3 ([3e54f41](3e54f41)) * inject document script to remove alert locking nonsense; ([9a60928](9a60928)) * release-please ([dd7b194](dd7b194)) ### Bug Fixes * add release-please-manifest.json; ([7867b72](7867b72)) * compress icon files ([7101bd8](7101bd8)) * compress icon files ([74695e4](74695e4)) * remove relative path from extra-files; ([01d2b54](01d2b54)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 51c5338 commit 9fbbb11

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.2.0"
2+
".": "1.3.0"
33
}

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [1.3.0](https://github.com/elanthia-online/simutrainx/compare/v1.2.0...v1.3.0) (2025-03-28)
4+
5+
6+
### Features
7+
8+
* add gh uploader; ([c6f1c1f](https://github.com/elanthia-online/simutrainx/commit/c6f1c1ff665ed5b3a5fc8f834586a8a623288471))
9+
* BREAKING! update for manifest v3 ([3e54f41](https://github.com/elanthia-online/simutrainx/commit/3e54f4198d66d8a66ff7e6fc345b15937ef78e71))
10+
* inject document script to remove alert locking nonsense; ([9a60928](https://github.com/elanthia-online/simutrainx/commit/9a60928e1f0846f6b19fc1d3b5171120987ec3d2))
11+
* release-please ([dd7b194](https://github.com/elanthia-online/simutrainx/commit/dd7b194232fb9776c318645e5caa0de460b10607))
12+
13+
14+
### Bug Fixes
15+
16+
* add release-please-manifest.json; ([7867b72](https://github.com/elanthia-online/simutrainx/commit/7867b72f3268bb6df6fefcd0934d3a6eae11a6f0))
17+
* compress icon files ([7101bd8](https://github.com/elanthia-online/simutrainx/commit/7101bd8d8bc05eb1cc678dfb14f68e0ce5ac5e76))
18+
* compress icon files ([74695e4](https://github.com/elanthia-online/simutrainx/commit/74695e40ef5e92220e6e5234557a5bb95a7af7e7))
19+
* remove relative path from extra-files; ([01d2b54](https://github.com/elanthia-online/simutrainx/commit/01d2b543650ce6df794aff5e1d6d05f7ace602e5))
20+
321
## [1.2.0](https://github.com/elanthia-online/simutrainx/compare/simutrainx-v1.1.0...simutrainx-v1.2.0) (2025-03-28)
422

523

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 3,
33
"name": "simutrainx",
4-
"version": "1.2.0",
4+
"version": "1.3.0",
55
"description": "Adds rank control buttons to GSIV's trainer.",
66
"permissions": [
77
"scripting",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@elanthia-online/simutrainx",
33
"module": "tasks/index.ts",
4-
"version": "1.2.0",
4+
"version": "1.3.0",
55
"type": "module",
66
"devDependencies": {
77
"@types/bun": "latest"

0 commit comments

Comments
 (0)