Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.0](v1.0.3...v1.1.0) (2020-07-15)

### Features

* upgraded deno std to v0.61.0 and deno to v1.2.0 ([50b893b](50b893b))
  • Loading branch information
semantic-release-bot committed Jul 15, 2020
1 parent 929eff6 commit b965295
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.1.0](https://github.com/dmpjs/vary/compare/v1.0.3...v1.1.0) (2020-07-15)


### Features

* upgraded deno std to v0.61.0 and deno to v1.2.0 ([50b893b](https://github.com/dmpjs/vary/commit/50b893b974e39021efc2b2d744b3fc7c90cee9df))

### [1.0.3](https://github.com/dmpjs/vary/compare/v1.0.2...v1.0.3) (2020-06-07)


Expand Down
2 changes: 1 addition & 1 deletion version.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
* Version of the Deno module
*/
export const VERSION = "1.0.3";
export const VERSION = "1.1.0";

0 comments on commit b965295

Please sign in to comment.