Skip to content

Commit

Permalink
-Update changelog
Browse files Browse the repository at this point in the history
-Support alpha releases
  • Loading branch information
AsafMah committed Sep 16, 2024
1 parent ca19016 commit dd144f5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ permissions:
on:
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+"
- "v[0-9]+.[0-9]+.[0-9]+(-[a-zA-Z0-9]+.[0-9]+)?"

jobs:
build:
Expand Down
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,21 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased] - 2024-09-12
## [7.0.0-alpha.0] - 2024-09-16

### Changed

- Changed type of projects to be "module" to support EcmaScript modules. It shouldn't affect the usage of the SDK, if it does please open an issue.
- Types are now properly exported using "export type"
- CloudInfo is now exported

### Fixed

- Server timeout was with accuracy of tenth of a second.
- Updated default endpoint urls

### Security
- Updated dependencies to fix security vulnerabilities

## [6.0.2] - 2024-04-11

Expand Down

0 comments on commit dd144f5

Please sign in to comment.