Skip to content

Commit

Permalink
chore(release): 0.10.24
Browse files Browse the repository at this point in the history
  • Loading branch information
medikoo committed Jul 10, 2017
1 parent d386449 commit d9a00b0
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 47 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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.

<a name="0.10.24"></a>
## [0.10.24](https://github.com/medikoo/es5-ext/compare/v0.10.23...v0.10.24) (2017-07-10)


### Features

* resolve global with CSP safe method ([d386449](https://github.com/medikoo/es5-ext/commit/d386449))



<a name="0.10.23"></a>
## [0.10.23](https://github.com/medikoo/es5-ext/compare/v0.10.22...v0.10.23) (2017-06-05)

Expand Down
94 changes: 47 additions & 47 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,49 +1,49 @@
{
"name": "es5-ext",
"version": "0.10.23",
"description": "ECMAScript extensions and shims",
"author": "Mariusz Nowak <[email protected]> (http://www.medikoo.com/)",
"keywords": [
"ecmascript",
"ecmascript5",
"ecmascript6",
"es5",
"es6",
"extensions",
"ext",
"addons",
"extras",
"harmony",
"javascript",
"polyfill",
"shim",
"util",
"utils",
"utilities"
],
"repository": {
"type": "git",
"url": "git://github.com/medikoo/es5-ext.git"
},
"dependencies": {
"es6-iterator": "2",
"es6-symbol": "~3.1"
},
"devDependencies": {
"eslint": "^4.2.0",
"eslint-config-medikoo-es5": "^1.4.1",
"tad": "~0.2.7"
},
"eslintConfig": {
"extends": "medikoo-es5",
"root": true,
"rules": {
"no-extend-native": "off"
}
},
"scripts": {
"lint": "eslint --ignore-path=.gitignore .",
"test": "node ./node_modules/tad/bin/tad"
},
"license": "MIT"
"name": "es5-ext",
"version": "0.10.24",
"description": "ECMAScript extensions and shims",
"author": "Mariusz Nowak <[email protected]> (http://www.medikoo.com/)",
"keywords": [
"ecmascript",
"ecmascript5",
"ecmascript6",
"es5",
"es6",
"extensions",
"ext",
"addons",
"extras",
"harmony",
"javascript",
"polyfill",
"shim",
"util",
"utils",
"utilities"
],
"repository": {
"type": "git",
"url": "git://github.com/medikoo/es5-ext.git"
},
"dependencies": {
"es6-iterator": "2",
"es6-symbol": "~3.1"
},
"devDependencies": {
"eslint": "^4.2.0",
"eslint-config-medikoo-es5": "^1.4.1",
"tad": "~0.2.7"
},
"eslintConfig": {
"extends": "medikoo-es5",
"root": true,
"rules": {
"no-extend-native": "off"
}
},
"scripts": {
"lint": "eslint --ignore-path=.gitignore .",
"test": "node ./node_modules/tad/bin/tad"
},
"license": "MIT"
}

0 comments on commit d9a00b0

Please sign in to comment.