Skip to content

Commit

Permalink
chore: Release v3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
medikoo committed Sep 4, 2019
1 parent a2cd153 commit d929468
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
6 changes: 5 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
For recent changelog see CHANGELOG.md

-----

v3.1.1 -- 2017.03.15
* Improve documentation
* Improve error messages
Expand Down Expand Up @@ -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
* Initial (dev) version
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "es6-symbol",
"version": "3.1.1",
"version": "3.1.2",
"description": "ECMAScript 6 Symbol polyfill",
"author": "Mariusz Nowak <medyk@medikoo.com> (http://www.medikoo.com/)",
"keywords": [
Expand Down

0 comments on commit d929468

Please sign in to comment.