From 3e1c98dd002773dc33d16bd5e71bb255b39eb517 Mon Sep 17 00:00:00 2001 From: Timur Shemsedinov Date: Fri, 13 Sep 2024 11:55:17 +0300 Subject: [PATCH] Update repo changelogs and copyrights --- CHANGELOG.md | 10 +++++++++- LICENSE | 2 +- README.md | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94477d7..a97ee11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ ## [Unreleased][unreleased] +## [1.4.2][] - 2024-08-31 + +- Update eslint to 9.x and prettier with configs +- Add node.js 22 to CI +- Update dependencies +- Update dotfiles, configs, scripts and repo maintenance + ## [1.4.1][] - 2023-12-10 - Package maintenance @@ -96,7 +103,8 @@ First metavm implementation with following features - Contexts, use default empty and frozen, emulated or pass one - Use `microtaskMode` https://github.com/nodejs/node/pull/34023 -[unreleased]: https://github.com/metarhia/metavm/compare/v1.4.1...HEAD +[unreleased]: https://github.com/metarhia/metavm/compare/v1.4.2...HEAD +[1.4.2]: https://github.com/metarhia/metavm/compare/v1.4.1...v1.4.2 [1.4.1]: https://github.com/metarhia/metavm/compare/v1.4.0...v1.4.1 [1.4.0]: https://github.com/metarhia/metavm/compare/v1.3.0...v1.4.0 [1.3.0]: https://github.com/metarhia/metavm/compare/v1.2.6...v1.3.0 diff --git a/LICENSE b/LICENSE index d12dae6..5f4c770 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020-2023 Metarhia contributors +Copyright (c) 2020-2024 Metarhia contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 9125a11..fded1c1 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,6 @@ MetaScript { ## License & Contributors -Copyright (c) 2020-2023 [Metarhia contributors](https://github.com/metarhia/metavm/graphs/contributors). +Copyright (c) 2020-2024 [Metarhia contributors](https://github.com/metarhia/metavm/graphs/contributors). Metavm is [MIT licensed](./LICENSE).\ Metavm is a part of [Metarhia](https://github.com/metarhia) technology stack.