From d9294683b3725f419493247df28fecb4ffc2ab14 Mon Sep 17 00:00:00 2001 From: Mariusz Nowak Date: Wed, 4 Sep 2019 10:10:12 +0200 Subject: [PATCH] chore: Release v3.1.2 --- CHANGELOG.md | 14 ++++++++++++++ CHANGES | 6 +++++- package.json | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..1e24b9b --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +# Changelog + +All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +### [3.1.2](https://github.com/medikoo/es6-symbol/compare/v3.1.1...v3.1.2) (2019-09-04) + +- Access `Symbol` from a global object. Makes implementation more bulletproof, as it's safe against shadowing the `Symbol` variable e.g. in script scope, or as it's practiced by some bundlers as Webpack (thanks [@cyborgx37](https://github.com/medikoo/es6-symbol/pull/30)) +- Switch license from MIT to ISC +- Switch linter to ESLint +- Configure Prettier + +## Changelog for previous versions + +See `CHANGES` file diff --git a/CHANGES b/CHANGES index 017d409..ef0cbda 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +For recent changelog see CHANGELOG.md + +----- + v3.1.1 -- 2017.03.15 * Improve documentation * Improve error messages @@ -54,4 +58,4 @@ v0.1.0 -- 2014.04.28 * throw on `new Symbol()` (as decided by TC39) v0.0.0 -- 2013.11.15 -* Initial (dev) version \ No newline at end of file +* Initial (dev) version diff --git a/package.json b/package.json index 9ae7338..c997d4d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "es6-symbol", - "version": "3.1.1", + "version": "3.1.2", "description": "ECMAScript 6 Symbol polyfill", "author": "Mariusz Nowak (http://www.medikoo.com/)", "keywords": [