Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
esterlus committed Jun 4, 2024
1 parent b34a9ec commit dbf401f
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/thin-otters-smoke.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# uhttp-exit-app

## 3.0.2

### Patch Changes

- b34a9ec: Rename to uHTTP

## 3.0.1

### Patch Changes
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

uHTTP exit application attaches to an exit node and performs arbitrary incoming HTTP requests for clients.

## Deployment

CI will create a new container image on a tagged version on main.

- run `yarn changeset version` to create the current changelog
- run `yarn build` to update version info
- commit everything, create a matching tag and push to main

## Run with Docker

To be able to run the Exit Node with Docker, you first need to build the image, for that, we will use the following command
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uhttp-exit-app",
"version": "3.0.1",
"version": "3.0.2",
"description": "u(nlinked)HTTP exit application",
"author": "HOPR Association",
"main": "src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default '2.2.6';
export default '3.0.2';

0 comments on commit dbf401f

Please sign in to comment.