Skip to content

Commit 12bbfa7

Browse files
Uplifting versions and updating changelog
1 parent 4765b6d commit 12bbfa7

4 files changed

Lines changed: 53 additions & 24 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,12 @@ All major and minor version changes will be documented in this file. Details of
1313

1414
## Details
1515

16-
### [1.0.0-beta] - 2024-10-04
16+
### [1.1.0] - 2025-02-26
17+
- Added Batch Baking functionality
18+
- Fixed some typos in Readme
19+
- Improved Swagger spec
20+
21+
### [1.0.0] - 2024-10-04
1722
- CyberChef functionality brought in line with the mainline release
1823
- Upgraded to use ESM modules throughout
1924
- Works with recent versions of NodeJS

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
FROM node:18.20.4-alpine
2-
LABEL author "Wes Lambert, wlambertts@gmail.com"
2+
LABEL author="Wes Lambert, wlambertts@gmail.com"
33
LABEL description="Dockerised version of Cyberchef server (https://github.com/gchq/CyberChef-server)"
4-
LABEL copyright "Crown Copyright 2020"
5-
LABEL license "Apache-2.0"
4+
LABEL copyright="Crown Copyright 2020"
5+
LABEL license="Apache-2.0"
66
COPY . /CyberChef-server
77
WORKDIR /CyberChef-server
88
RUN npm cache clean --force && \

package-lock.json

Lines changed: 43 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cyberchef-server",
3-
"version": "1.0.0-beta",
3+
"version": "1.1.0",
44
"description": "An application providing API access to CyberChef",
55
"author": "d98762625 <d98762625@gmail.com>",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)