This repository has been archived by the owner on Mar 19, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## 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
1 parent
c396c31
commit ddd4f9f
Showing
2 changed files
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"; |