diff --git a/CHANGELOG.md b/CHANGELOG.md index c4382de..db20ec1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +v3.9.3 (2020-04-07) +------------------- +[fix] Security fixes +[fix] Fixed problems when Promise object is deleted (XmiliaH) +[fix] Fixed oversight that write ability can change on non configurable properties (XmiliaH) +[fix] Support shebang as node does (XmiliaH) +[fix] Property typos (Shigma) + + v3.9.2 (2020-04-29) ------------------- [new] Added NodeVM options to pass argv & env to process object (XmiliaH) diff --git a/LICENSE.md b/LICENSE.md index f2ebd5d..573ea1f 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2014-2020 Patrik Simek and contributors +Copyright (c) 2014-2021 Patrik Simek and 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 in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: