Skip to content

Commit

Permalink
chore: release v1.0.0-beta.5
Browse files Browse the repository at this point in the history
  • Loading branch information
twhiston committed Sep 6, 2023
1 parent 41ec4de commit 88b45f2
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# tw.gl.repl changelog

## [1.0.0-beta.5](https://github.com/twhiston/tw.gl.repl/compare/1.0.0-beta.4...1.0.0-beta.5) (2023-09-06)


### Features

* add package-info.json ([#13](https://github.com/twhiston/tw.gl.repl/issues/13)) ([41ec4de](https://github.com/twhiston/tw.gl.repl/commit/41ec4deccadf0f5fc32c6c1a5ba10a419d522ae7))

## [1.0.0-beta.4](https://github.com/twhiston/tw.gl.repl/compare/1.0.0-beta.3...1.0.0-beta.4) (2023-09-04)

### Features
Expand Down Expand Up @@ -48,4 +55,4 @@

### Features

* add supress_output function to stop message output, use with output_matrix for mercury drop-in ([5c50ec3](https://github.com/twhiston/th.gl.texteditor/commit/5c50ec364c58185c036ba26a2992cac758163003))
* add supress_output function to stop message output, use with output_matrix for mercury drop-in ([5c50ec3](https://github.com/twhiston/th.gl.texteditor/commit/5c50ec364c58185c036ba26a2992cac758163003))
4 changes: 2 additions & 2 deletions javascript/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "glrepl",
"version": "1.0.0-beta.4",
"version": "1.0.0-beta.5",
"description": "GLRepl is a max/msp opengl REPL that you can use with your patches",
"main": "tw.gl.repl.maxpat",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion package-info.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"livecoding"
],
"extensible": 1,
"version": "0.0.0",
"version": "1.0.0-beta.5",
"website": "https://tomwhiston.com"
}

0 comments on commit 88b45f2

Please sign in to comment.