We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74e0677 commit e6f6210Copy full SHA for e6f6210
2 files changed
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@kjanat/chatlogger",
3
"description": "API for storing and retrieving chat interactions",
4
- "version": "0.1.1",
+ "version": "0.2.0",
5
"author": "Kaj Kowalski <dev@kajkowalski.nl> (https://github.com/kjanat)",
6
"license": "MIT",
7
"main": "src/server.js",
src/config/version.js
@@ -5,7 +5,7 @@
const semver = require('semver');
// Current version information
8
-const currentVersion = '0.1.1';
+const currentVersion = '0.2.0';
9
10
module.exports = {
11
// Current version without v prefix
0 commit comments