diff --git a/VERSION b/VERSION index 7b05425..815d5ca 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.19.0-pre1 +1.19.0 diff --git a/docs/docs/CHANGELOG.md b/docs/docs/CHANGELOG.md index cba3cbc..9a70ba2 100644 --- a/docs/docs/CHANGELOG.md +++ b/docs/docs/CHANGELOG.md @@ -13,6 +13,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## v1.19.0: Jenomis cen Lexentale +Mostly a bunch of small features, no big ticket things this time. + - Record if challenges were issued via the API or via embedded JSON in the challenge page HTML ([#531](https://github.com/TecharoHQ/anubis/issues/531)) - Ensure that clients that are shown a challenge support storing cookies - Imprint the version number into challenge pages diff --git a/package-lock.json b/package-lock.json index 2434fd1..085603f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@techaro/anubis", - "version": "1.19.0-pre1", + "version": "1.19.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@techaro/anubis", - "version": "1.19.0-pre1", + "version": "1.19.0", "license": "ISC", "devDependencies": { "cssnano": "^7.0.7", diff --git a/package.json b/package.json index 889a4a8..c789b0a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@techaro/anubis", - "version": "1.19.0-pre1", + "version": "1.19.0", "description": "", "main": "index.js", "scripts": { @@ -27,4 +27,4 @@ "postcss-import-url": "^7.2.0", "postcss-url": "^10.1.3" } -} +} \ No newline at end of file