Skip to content

Commit

Permalink
docs(changelog): release 6.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
colinking committed Jan 31, 2019
1 parent 2b15c20 commit 0c27b82
Show file tree
Hide file tree
Showing 16 changed files with 24 additions and 15 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [6.1.1](https://github.com/segmentio/typewriter/compare/6.1.0...6.1.1) (2019-01-31)


### Bug Fixes

* export analytics options ([#53](https://github.com/segmentio/typewriter/issues/53)) ([2b15c20](https://github.com/segmentio/typewriter/commit/2b15c20))



# [6.1.0](https://github.com/segmentio/typewriter/compare/6.0.0...6.1.0) (2019-01-31)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ static id NSNullify(id _Nullable x) {
NSDictionary<NSString *, id> *typewriterContext = @{
@"typewriter": @{
@"name": @"gen-ios",
@"version": @"6.1.0"
@"version": @"6.1.1"
}
};
NSMutableDictionary *context = [NSMutableDictionary dictionaryWithCapacity:customContext.count + typewriterContext.count];
Expand Down
2 changes: 1 addition & 1 deletion examples/gen-js/js/analytics/generated/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default class Analytics {
...context,
typewriter: {
name: "gen-js",
version: "6.1.0"
version: "6.1.1"
}
};
}
Expand Down
2 changes: 1 addition & 1 deletion examples/gen-js/node/analytics/generated/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class Analytics {
return Object.assign({}, context, {
typewriter: {
name: "gen-js",
version: "6.1.0"
version: "6.1.1"
}
});
}
Expand Down
2 changes: 1 addition & 1 deletion examples/gen-js/ts/analytics/generated/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default class Analytics {
...context,
typewriter: {
name: "gen-js",
version: "6.1.0"
version: "6.1.1"
}
};
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typewriter",
"version": "6.1.0",
"version": "6.1.1",
"description": "A compiler for generating strongly typed analytics clients from JSON Schema",
"keywords": [
"analytics",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ static id NSNullify(id _Nullable x) {
NSDictionary<NSString *, id> *typewriterContext = @{
@"typewriter": @{
@"name": @"gen-ios",
@"version": @"6.1.0"
@"version": @"6.1.1"
}
};
NSMutableDictionary *context = [NSMutableDictionary dictionaryWithCapacity:customContext.count + typewriterContext.count];
Expand Down
2 changes: 1 addition & 1 deletion tests/commands/gen-js/__snapshots__/index.amd.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ define(["require", "exports"], function(require, exports) {
...context,
typewriter: {
name: "gen-js",
version: "6.1.0"
version: "6.1.1"
}
};
}
Expand Down
2 changes: 1 addition & 1 deletion tests/commands/gen-js/__snapshots__/index.es5.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ var Analytics = /** @class */ (function() {
return __assign({}, context, {
typewriter: {
name: "gen-js",
version: "6.1.0"
version: "6.1.1"
}
});
};
Expand Down
2 changes: 1 addition & 1 deletion tests/commands/gen-js/__snapshots__/index.es5.node.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ var Analytics = /** @class */ (function() {
return __assign({}, context, {
typewriter: {
name: "gen-js",
version: "6.1.0"
version: "6.1.1"
}
});
};
Expand Down
2 changes: 1 addition & 1 deletion tests/commands/gen-js/__snapshots__/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default class Analytics {
...context,
typewriter: {
name: "gen-js",
version: "6.1.0"
version: "6.1.1"
}
};
}
Expand Down
2 changes: 1 addition & 1 deletion tests/commands/gen-js/__snapshots__/index.node.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class Analytics {
return Object.assign({}, context, {
typewriter: {
name: "gen-js",
version: "6.1.0"
version: "6.1.1"
}
});
}
Expand Down
2 changes: 1 addition & 1 deletion tests/commands/gen-js/__snapshots__/index.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default class Analytics {
...context,
typewriter: {
name: "gen-js",
version: "6.1.0"
version: "6.1.1"
}
};
}
Expand Down
2 changes: 1 addition & 1 deletion tests/commands/gen-js/__snapshots__/index.prod.node.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class Analytics {
return Object.assign({}, context, {
typewriter: {
name: "gen-js",
version: "6.1.0"
version: "6.1.1"
}
});
}
Expand Down
2 changes: 1 addition & 1 deletion tests/commands/gen-js/__snapshots__/index.system.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ System.register([], function(exports_1, context_1) {
...context,
typewriter: {
name: "gen-js",
version: "6.1.0"
version: "6.1.1"
}
};
}
Expand Down
2 changes: 1 addition & 1 deletion tests/commands/gen-js/__snapshots__/index.umd.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
...context,
typewriter: {
name: "gen-js",
version: "6.1.0"
version: "6.1.1"
}
};
}
Expand Down

0 comments on commit 0c27b82

Please sign in to comment.