Skip to content

Commit c51db8d

Browse files
authored
chore: Merge branch dev to main (#190)
2 parents ef5f0b5 + 0609841 commit c51db8d

File tree

17 files changed

+2697
-1365
lines changed

17 files changed

+2697
-1365
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: Release
1313
runs-on: ubuntu-latest
1414
permissions:
15-
contents: read
15+
contents: write
1616
packages: write
1717
steps:
1818
- name: Checkout
@@ -60,7 +60,7 @@ jobs:
6060
DOCKER_REGISTRY_USER: ${{ github.actor }}
6161
DOCKER_REGISTRY_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
6262
GITHUB_ACTOR: ${{ github.actor }}
63-
GITHUB_TOKEN: ${{ secrets.REPOSITORY_PUSH_ACCESS }}
63+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6464
run: npm exec semantic-release
6565

6666
- name: Set Portainer stack webhook URL based on branch

.releaserc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
"@semantic-release/git",
2222
{
2323
"assets": [
24-
"README.md",
2524
"CHANGELOG.md",
2625
"gradle.properties"
27-
]
26+
],
27+
"message": "chore: Release v${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
2828
}
2929
],
3030
[

CHANGELOG.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,58 @@
1+
# [1.3.0-dev.6](https://github.com/ReVanced/revanced-api/compare/v1.3.0-dev.5...v1.3.0-dev.6) (2024-10-02)
2+
3+
4+
### Bug Fixes
5+
6+
* Expose www-authenticate header to JS ([9ed724e](https://github.com/ReVanced/revanced-api/commit/9ed724e161f9029967f67e4c2066f2fdf7be0a27))
7+
8+
9+
### Features
10+
11+
* Only allow requests from HTTPs ([a6d7da1](https://github.com/ReVanced/revanced-api/commit/a6d7da1205ef7bc23eba0b1fca2480a4327def19))
12+
13+
# [1.3.0-dev.5](https://github.com/ReVanced/revanced-api/compare/v1.3.0-dev.4...v1.3.0-dev.5) (2024-09-30)
14+
15+
16+
### Bug Fixes
17+
18+
* Allow more necessary HTTP methods for CORS ([080e2e5](https://github.com/ReVanced/revanced-api/commit/080e2e582cb8ea97421c402a4cb82414e11fb1cf))
19+
20+
# [1.3.0-dev.4](https://github.com/ReVanced/revanced-api/compare/v1.3.0-dev.3...v1.3.0-dev.4) (2024-09-29)
21+
22+
23+
### Bug Fixes
24+
25+
* Configure CORS properly to allow authorization and content-type header ([6442757](https://github.com/ReVanced/revanced-api/commit/6442757927c0307c01b2793858d25df7e3fca122))
26+
27+
# [1.3.0-dev.3](https://github.com/ReVanced/revanced-api/compare/v1.3.0-dev.2...v1.3.0-dev.3) (2024-09-29)
28+
29+
30+
### Bug Fixes
31+
32+
* Add missing OK response to routes ([1181be1](https://github.com/ReVanced/revanced-api/commit/1181be12e2223b245019f64570bc8f7bef4e7dc2))
33+
* Respond with JSON when returning token ([1e3e46f](https://github.com/ReVanced/revanced-api/commit/1e3e46ff4f7c12569b88fcd1bc252aeb5a611b63))
34+
* Specify a validation function to fix authentication ([53c3600](https://github.com/ReVanced/revanced-api/commit/53c36002e9af89aa5fed71f831470b42d5d777c9))
35+
36+
37+
### Features
38+
39+
* Customize logging level through environment variable ([8b17d88](https://github.com/ReVanced/revanced-api/commit/8b17d8894db8db4a168c30be50af91c04e173e14))
40+
* Improve response info description wording ([977d252](https://github.com/ReVanced/revanced-api/commit/977d25249738b24cb6a3530543349efe1d71a9ba))
41+
42+
# [1.3.0-dev.2](https://github.com/ReVanced/revanced-api/compare/v1.3.0-dev.1...v1.3.0-dev.2) (2024-09-27)
43+
44+
45+
### Bug Fixes
46+
47+
* Expire token relative to current date time instead of just time ([c26e129](https://github.com/ReVanced/revanced-api/commit/c26e129bda09345761f291917f026c13e89a2572))
48+
49+
# [1.3.0-dev.1](https://github.com/ReVanced/revanced-api/compare/v1.2.0...v1.3.0-dev.1) (2024-09-11)
50+
51+
52+
### Features
53+
54+
* Add missing parameter and response documentation ([491533d](https://github.com/ReVanced/revanced-api/commit/491533d3f44ccd716eee80123d0875a05eb9435b))
55+
156
# [1.2.0](https://github.com/ReVanced/revanced-api/compare/v1.1.0...v1.2.0) (2024-09-06)
257

358

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
org.gradle.parallel = true
22
org.gradle.caching = true
33
kotlin.code.style = official
4-
version = 1.2.0
4+
version = 1.3.0-dev.6

0 commit comments

Comments
 (0)