Skip to content

Commit c1e5c8a

Browse files
committed
chore(version): v1.3.1
1 parent 02cd811 commit c1e5c8a

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

.github/workflows/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
3+
4+
- - -
5+
## v1.3.1 - 2025-03-04
6+
#### Bug Fixes
7+
- correctly stop callback server on cancel action - (27e9589) - Angel Dijoux
8+
- create aqora config directory - (2edba0a) - Angel Dijoux
9+
#### Continuous Integration
10+
- solve corepack token rotation error - (02cd811) - Angel Dijoux
11+
- support pretty release note & adapt ci to support pnpm - (f90bc9f) - Angel Dijoux
12+
#### Miscellaneous Chores
13+
- upgrade esbuild version - (c6ff3ce) - Angel Dijoux
14+
- do not publish with cog - (a6c9910) - Angel Dijoux
15+
#### Style
16+
- dprint - (db670dd) - Angel Dijoux
17+
18+
- - -
19+
20+
Changelog generated by [cocogitto](https://github.com/cocogitto/cocogitto).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "aqora",
33
"displayName": "aqora",
44
"description": "aqora cli wrapped for vscode",
5-
"version": "1.3.0",
5+
"version": "1.3.1",
66
"type": "commonjs",
77
"publisher": "aqora-quantum",
88
"repository": "https://github.com/aqora-io/vscode-aqora",

0 commit comments

Comments
 (0)