Skip to content

Commit 9ec0665

Browse files
committed
Freeze for release
1 parent 5bc434c commit 9ec0665

File tree

7 files changed

+241
-241
lines changed

7 files changed

+241
-241
lines changed

client/package-lock.json

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

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codechat-editor-client",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"description": "The CodeChat Editor Client, part of a web-based literate programming editor (the CodeChat Editor).",
55
"homepage": "https://github.com/bjones1/CodeChat_Editor",
66
"type": "module",

docs/changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ CodeChat Editor. If not, see
1919
# Changelog
2020

2121
- [Github master](https://github.com/bjones1/CodeChat_Editor):
22+
- No changes.
23+
- v0.1.5, 2024-Dec-21
2224
- Improvements to the build tool and tests.
2325
- Fixed filewatcher bugs.
2426
- v0.1.4, 2024-Dec-19:

extensions/VSCode/package-lock.json

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

extensions/VSCode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codechat-editor-client",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"publisher": "CodeChat",
55
"engines": {
66
"vscode": "^1.61.0"

server/Cargo.lock

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

server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ license = "GPL-3.0-only"
2929
name = "codechat-editor-server"
3030
readme = "../README.md"
3131
repository = "https://github.com/bjones1/CodeChat_Editor"
32-
version = "0.1.4"
32+
version = "0.1.5"
3333

3434
# This library allows other packages to use core CodeChat Editor features.
3535
[lib]

0 commit comments

Comments
 (0)