Skip to content

Commit e63fc06

Browse files
committed
Release v0.9.0
Release candidate for v1.0. This module has been stable for almost a year now. Time to consider commiting to v1.0.
1 parent b60b7d7 commit e63fc06

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,25 @@
11
# Changelog
2-
All notable changes to https://www.npmjs.org/package/json-proxy will be documented in this file.
2+
All notable changes to https://www.npmjs.org/package/json-proxy will be
3+
documented in this file.
34

45

6+
## 0.9.0 - 2015-05-26
7+
8+
Release candidate. The json-proxy has been stable for almost a year now, time
9+
to consider rev'ing to 1.0.
10+
11+
### Added
12+
- Nothing.
13+
14+
### Deprecated
15+
- Nothing.
16+
17+
### Removed
18+
- Git tagging with Travis. Will be done manually.
19+
20+
### Fixed
21+
- Nothing.
22+
523
## 0.4.0 - 2015-05-22
624

725
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json-proxy",
3-
"version": "0.4.0",
3+
"version": "0.9.0",
44
"description": "Grunt plugin / CLI utility / Express middleware to proxy API requests to remote servers without CORS or JSONP.",
55
"keywords": [
66
"utility",

0 commit comments

Comments
 (0)