Skip to content

Commit

Permalink
Prepare release 0.0.40 (#151)
Browse files Browse the repository at this point in the history
* npm update

* Prepare release 0.0.40

* Fix building using OTP 22

* Bump OTP to 23
  • Loading branch information
robertoaloi authored Jul 8, 2023
1 parent 1ad9cff commit a1e9e7f
Show file tree
Hide file tree
Showing 6 changed files with 234 additions and 198 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- synchronize
jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -22,7 +22,7 @@ jobs:
- name: Setup Erlang
uses: erlef/setup-beam@v1
with:
otp-version: 22
otp-version: 23
rebar3-version: 3.18.0
- name: Show NPM version
run: npm --version
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
types: [published]
jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -17,7 +17,7 @@ jobs:
- name: Setup Erlang
uses: erlef/setup-beam@v1
with:
otp-version: 22
otp-version: 23
rebar3-version: 3.18.0
- name: Show NPM version
run: npm --version
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
## Changelog

### 0.0.40

Server (0.44.1 -> 0.48.0)

- https://github.com/erlang-ls/erlang_ls/releases/tag/0.48.0
- https://github.com/erlang-ls/erlang_ls/releases/tag/0.47.1
- https://github.com/erlang-ls/erlang_ls/releases/tag/0.47.0
- https://github.com/erlang-ls/erlang_ls/releases/tag/0.46.2
- https://github.com/erlang-ls/erlang_ls/releases/tag/0.46.1
- https://github.com/erlang-ls/erlang_ls/releases/tag/0.46.0
- https://github.com/erlang-ls/erlang_ls/releases/tag/0.45.0

### 0.0.39

Server (0.44.0 -> 0.44.1)
Expand Down
Loading

0 comments on commit a1e9e7f

Please sign in to comment.