Skip to content

Commit 5ff830a

Browse files
chore(release): 1.20.16
[skip ci] ## <small>1.20.16 (2025-12-16)</small> * fix: refactor Date toString polyfill to use Proxy pattern (#335) ([863ad22](863ad22)), closes [#335](#335) * chore: migrate npm authentication from token to OIDC (#333) ([b126603](b126603)), closes [#333](#333)
1 parent 863ad22 commit 5ff830a

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## <small>1.20.16 (2025-12-16)</small>
2+
3+
* fix: refactor Date toString polyfill to use Proxy pattern (#335) ([863ad22](https://github.com/aziontech/lib/commit/863ad22)), closes [#335](https://github.com/aziontech/lib/issues/335)
4+
* chore: migrate npm authentication from token to OIDC (#333) ([b126603](https://github.com/aziontech/lib/commit/b126603)), closes [#333](https://github.com/aziontech/lib/issues/333)
5+
16
### [1.20.15](https://github.com/aziontech/lib/compare/v1.20.14...v1.20.15) (2025-12-11)
27

38

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "azion",
3-
"version": "1.20.15",
3+
"version": "1.20.16",
44
"description": "Azion Packages for Edge Computing.",
55
"scripts": {
66
"prepare": "husky",

0 commit comments

Comments
 (0)