Skip to content

Commit

Permalink
chore(release): 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fredriklindberg committed Jul 20, 2023
1 parent a572f74 commit 18fe953
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.

## [0.10.0](https://github.com/exposr/exposrd/compare/v0.9.1...v0.10.0) (2023-07-20)


### Features

* allow image tag to be overridden ([699f7e9](https://github.com/exposr/exposrd/commit/699f7e94870eebc0e55c5113a47ecca873f6cba3))

### [0.9.1](https://github.com/exposr/exposrd/compare/v0.9.0...v0.9.1) (2023-06-03)

Expand Down
4 changes: 2 additions & 2 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: exposr
description: exposrd tunnel daemon
type: application
version: 0.9.1
appVersion: 0.9.1
version: 0.10.0
appVersion: 0.10.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "exposrd",
"version": "0.9.1",
"version": "0.10.0",
"type": "module",
"main": "exposrd.cjs",
"bin": "exposrd.cjs",
Expand Down

0 comments on commit 18fe953

Please sign in to comment.