Deploy script (#52)

* No-downtime deploy script
* Easier to use helper for average numbers
This commit is contained in:
Maciej Hirsz
2018-09-25 11:53:57 +02:00
committed by GitHub
parent e0012099c0
commit df56e33bf6
9 changed files with 91 additions and 29 deletions
+1 -2
View File
@@ -1,6 +1,5 @@
export * from './helpers';
export * from './id';
export * from './block';
export * from './stringify';
import * as Types from './types';
@@ -9,4 +8,4 @@ import * as FeedMessage from './feed';
export { Types, FeedMessage };
// Increment this if breaking changes were made to types in `feed.ts`
export const VERSION: Types.FeedVersion = 13 as Types.FeedVersion;
export const VERSION: Types.FeedVersion = 14 as Types.FeedVersion;