Skip to content

Commit c838ab3

Browse files
committed
chore(release): 0.4.9
1 parent 86faaf6 commit c838ab3

File tree

2 files changed

+60
-55
lines changed

2 files changed

+60
-55
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
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.
44

5+
<a name="0.4.9"></a>
6+
## [0.4.9](https://github.com/medikoo/memoizee/compare/v0.4.8...v0.4.9) (2017-08-29)
7+
8+
9+
510
<a name="0.4.8"></a>
611
## [0.4.8](https://github.com/medikoo/memoizee/compare/v0.4.7...v0.4.8) (2017-08-29)
712

package.json

Lines changed: 55 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -1,57 +1,57 @@
11
{
2-
"name": "memoizee",
3-
"version": "0.4.8",
4-
"description": "Memoize/cache function results",
5-
"author": "Mariusz Nowak <medikoo@medikoo.com> (http://www.medikoo.com/)",
6-
"keywords": [
7-
"memoize",
8-
"memoizer",
9-
"cache",
10-
"memoization",
11-
"memo",
12-
"memcached",
13-
"hashing.",
14-
"storage",
15-
"caching",
16-
"memory",
17-
"gc",
18-
"weak",
19-
"garbage",
20-
"collector",
21-
"async"
22-
],
23-
"repository": {
24-
"type": "git",
25-
"url": "git://github.com/medikoo/memoizee.git"
26-
},
27-
"dependencies": {
28-
"d": "1",
29-
"es5-ext": "^0.10.30",
30-
"es6-weak-map": "^2.0.2",
31-
"event-emitter": "^0.3.5",
32-
"is-promise": "^2.1",
33-
"lru-queue": "0.1",
34-
"next-tick": "1",
35-
"timers-ext": "^0.1.2"
36-
},
37-
"devDependencies": {
38-
"eslint": "^4.5.0",
39-
"eslint-config-medikoo-es5": "^1.4.1",
40-
"plain-promise": "^0.1.1",
41-
"tad": "^0.2.7"
42-
},
43-
"eslintConfig": {
44-
"extends": "medikoo-es5",
45-
"root": true,
46-
"globals": {
47-
"setTimeout": true,
48-
"clearTimeout": true
49-
}
50-
},
51-
"scripts": {
52-
"lint": "eslint --ignore-path=.gitignore .",
53-
"lint-medikoo": "xlint --linter=node_modules/xlint-jslint-medikoo/index.js",
54-
"test": "tad"
55-
},
56-
"license": "MIT"
2+
"name": "memoizee",
3+
"version": "0.4.9",
4+
"description": "Memoize/cache function results",
5+
"author": "Mariusz Nowak <medikoo@medikoo.com> (http://www.medikoo.com/)",
6+
"keywords": [
7+
"memoize",
8+
"memoizer",
9+
"cache",
10+
"memoization",
11+
"memo",
12+
"memcached",
13+
"hashing.",
14+
"storage",
15+
"caching",
16+
"memory",
17+
"gc",
18+
"weak",
19+
"garbage",
20+
"collector",
21+
"async"
22+
],
23+
"repository": {
24+
"type": "git",
25+
"url": "git://github.com/medikoo/memoizee.git"
26+
},
27+
"dependencies": {
28+
"d": "1",
29+
"es5-ext": "^0.10.30",
30+
"es6-weak-map": "^2.0.2",
31+
"event-emitter": "^0.3.5",
32+
"is-promise": "^2.1",
33+
"lru-queue": "0.1",
34+
"next-tick": "1",
35+
"timers-ext": "^0.1.2"
36+
},
37+
"devDependencies": {
38+
"eslint": "^4.5.0",
39+
"eslint-config-medikoo-es5": "^1.4.1",
40+
"plain-promise": "^0.1.1",
41+
"tad": "^0.2.7"
42+
},
43+
"eslintConfig": {
44+
"extends": "medikoo-es5",
45+
"root": true,
46+
"globals": {
47+
"setTimeout": true,
48+
"clearTimeout": true
49+
}
50+
},
51+
"scripts": {
52+
"lint": "eslint --ignore-path=.gitignore .",
53+
"lint-medikoo": "xlint --linter=node_modules/xlint-jslint-medikoo/index.js",
54+
"test": "tad"
55+
},
56+
"license": "MIT"
5757
}

0 commit comments

Comments
 (0)