From 36dcbe79be81be6ecb77f6755cd8dd4a4ec19ef3 Mon Sep 17 00:00:00 2001 From: palumbon Date: Tue, 3 Oct 2023 11:55:13 -0300 Subject: [PATCH] Preparing for next version --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7be1f0c7..53e06166 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## v4.0.5 +**Wollok Version: `3.1.9`** + +- Update Wollok version. +- Fixed #159 and #164 - Singleton abstract methods validation +- Fixed #172 - Filtering wollok base frames from stack trace & adding constants + + ## v4.0.4 **Wollok Version: `3.1.8`** diff --git a/package.json b/package.json index 5f025636..d65a3a42 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wollok-ts", - "version": "4.0.5", + "version": "4.0.6", "wollokVersion": "3.1.9", "description": "TypeScript based Wollok language implementation", "repository": "https://github.com/uqbar-project/wollok-ts",