diff --git a/CHANGELOG.md b/CHANGELOG.md index b071fe1..66d666e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,20 +1,23 @@ # tw.gl.repl changelog -## [1.0.0-beta.9](https://github.com/twhiston/tw.gl.repl/compare/1.0.0-beta.8...1.0.0-beta.9) (2023-11-11) +## 1.0.0 (2023-12-27) + +### Features +* Initial release of tw.gl.repl object. See README.md and max help files for more information + +## [1.0.0-beta.9](https://github.com/twhiston/tw.gl.repl/compare/1.0.0-beta.8...1.0.0-beta.9) (2023-11-11) ### Features * add ability to hide text in the repl with key command and max message ([#16](https://github.com/twhiston/tw.gl.repl/issues/16)) ([fc6b2ee](https://github.com/twhiston/tw.gl.repl/commit/fc6b2ee20fbe739b258586eea88b93fc34676946)) - ### Bug Fixes * fixes via c74 ([0b3ec8e](https://github.com/twhiston/tw.gl.repl/commit/0b3ec8ec88142d35bb89b3d5fc61d4f96b370476)) ## [1.0.0-beta.8](https://github.com/twhiston/tw.gl.repl/compare/1.0.0-beta.7...1.0.0-beta.8) (2023-10-21) - ### Bug Fixes * c74 feedback adjustments ([#15](https://github.com/twhiston/tw.gl.repl/issues/15)) ([51dfec4](https://github.com/twhiston/tw.gl.repl/commit/51dfec48305f53a137a05a3154b0d4796fbc246e)) @@ -23,14 +26,12 @@ ## [1.0.0-beta.6](https://github.com/twhiston/tw.gl.repl/compare/1.0.0-beta.5...1.0.0-beta.6) (2023-09-07) - ### Bug Fixes * fix polarity of ignore_keys option and shortcode, add to help file ([#14](https://github.com/twhiston/tw.gl.repl/issues/14)) ([3571ba9](https://github.com/twhiston/tw.gl.repl/commit/3571ba9423005d6da5b9557420b090a3858c9baa)) ## [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)) @@ -83,4 +84,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)) \ No newline at end of file +* 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)) diff --git a/javascript/package-lock.json b/javascript/package-lock.json index 66745fb..ec982cb 100644 --- a/javascript/package-lock.json +++ b/javascript/package-lock.json @@ -1,12 +1,12 @@ { "name": "glrepl", - "version": "1.0.0-beta.9", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "glrepl", - "version": "1.0.0-beta.9", + "version": "1.0.0", "license": "GPL", "devDependencies": { "@commitlint/cli": "^17.6.3", diff --git a/javascript/package.json b/javascript/package.json index 9e11b8e..07b277b 100644 --- a/javascript/package.json +++ b/javascript/package.json @@ -1,6 +1,6 @@ { "name": "glrepl", - "version": "1.0.0-beta.9", + "version": "1.0.0", "description": "GLRepl is a Max opengl REPL that you can use with your patches", "main": "tw.gl.repl.maxpat", "scripts": { diff --git a/package-info.json b/package-info.json index 664c579..b190a5d 100644 --- a/package-info.json +++ b/package-info.json @@ -30,6 +30,6 @@ "livecoding" ], "extensible": 1, - "version": "1.0.0-beta.9", + "version": "1.0.0", "website": "https://github.com/twhiston/tw.gl.repl" } \ No newline at end of file