Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
williamboman committed Aug 20, 2019
1 parent ed4008d commit 57ea3c4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
7 changes: 2 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
# Changelog

## 3.2.0-rc.2 (2019-08-13)
- Bump [`thelounge`][1] to [`3.2.0-rc.2`](https://github.com/thelounge/thelounge/releases/tag/v3.2.0-rc.2).

## 3.2.0-rc.1 (2019-08-05)
- Bump [`thelounge`][1] to [`3.2.0-rc.1`](https://github.com/thelounge/thelounge/releases/tag/v3.2.0-rc.1).
## 3.2.0 (2019-08-20)
- Bump [`thelounge`][1] to [`3.2.0`](https://github.com/thelounge/thelounge/releases/tag/v3.2.0).

## 3.1.1 (2019-07-11)
- Bump [`thelounge`][1] to [`3.1.1`](https://github.com/thelounge/thelounge/releases/tag/v3.1.1).
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ CMD ["thelounge", "start"]
COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh

# Install thelounge.
ARG THELOUNGE_VERSION=3.2.0-rc.2
ARG THELOUNGE_VERSION=3.2.0
RUN yarn --non-interactive --frozen-lockfile global add thelounge@${THELOUNGE_VERSION} && \
yarn --non-interactive cache clean
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
THELOUNGE_VERSION?=3.2.0-rc.2
THELOUNGE_VERSION?=3.2.0
ORGANISATION?=thelounge

all: main alpine
Expand Down
2 changes: 1 addition & 1 deletion alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ CMD ["thelounge", "start"]
COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh

# Install thelounge.
ARG THELOUNGE_VERSION=3.2.0-rc.2
ARG THELOUNGE_VERSION=3.2.0
RUN yarn --non-interactive --frozen-lockfile global add thelounge@${THELOUNGE_VERSION} && \
yarn --non-interactive cache clean

0 comments on commit 57ea3c4

Please sign in to comment.