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.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## 1.0.0 (2020-06-07)

### Features

* ported vary to deno ([b0977b0](b0977b0))

### Bug Fixes

* fixed version search ([c396c31](c396c31))
* markdown lint ([5b374fb](5b374fb))
  • Loading branch information
semantic-release-bot committed Jun 7, 2020
1 parent c396c31 commit ddd4f9f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,12 @@
## 1.0.0 (2020-06-07)


### Features

* ported vary to deno ([b0977b0](https://github.com/dmpjs/vary/commit/b0977b0fb6adcf08586d922fe979c442b56bcfdc))


### Bug Fixes

* fixed version search ([c396c31](https://github.com/dmpjs/vary/commit/c396c312e02630c6ca28bf2e346b9ab035af40ee))
* markdown lint ([5b374fb](https://github.com/dmpjs/vary/commit/5b374fbfd10ce7a4cef14309aa8c2d5515793683))
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 = "0.0.0";
export const VERSION = "1.0-dev";

0 comments on commit ddd4f9f

Please sign in to comment.