Skip to content

Commit 1ddcf6e

Browse files
committed
Adjust changelog and dates
1 parent 6fdf11f commit 1ddcf6e

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

packages/manager/CHANGELOG.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,11 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
66

7-
## [2025-09-10] - v1.150.1
8-
7+
## [2025-09-11] - v1.150.1
98

109
### Fixed:
1110

1211
- "Something went wrong" error on firewall create ([#12859](https://github.com/linode/manager/pull/12859))
13-
- Restricted user with account access unable to access billing page on new session ([#12861](https://github.com/linode/manager/pull/12861))
1412

1513
## [2025-09-09] - v1.150.0
1614

packages/queries/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [2025-09-11] - v0.13.1
2+
3+
### Fixed:
4+
5+
- Restricted user with account access unable to access billing page on new session ([#12861](https://github.com/linode/manager/pull/12861))
6+
17
## [2025-09-09] - v0.13.0
28

39
### Upcoming Features:

packages/queries/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@linode/queries",
3-
"version": "0.13.0",
3+
"version": "0.13.1",
44
"description": "Linode Utility functions library",
55
"main": "src/index.js",
66
"module": "src/index.ts",

0 commit comments

Comments
 (0)