Skip to content

Commit

Permalink
Release 15.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsonk committed Apr 17, 2024
1 parent de1026f commit 8ead798
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,22 @@
# oak Change Log

## Version 15.0.0

- feat: migrate to @oak/commons/range (de1026f)

**BREAKING CHANGE** The migration to @oak/commons/range was a total rewrite of
the range logic that was implemented in oak, and the previous exported APIs
were no longer compatible, and therefore are no longer available in the
`mod.ts`. If you are looking for lower level range support, see
[@oak/commons/range](https://jsr.io/@oak/commons/doc/range/~)

- chore: add publish workflow (c8e535f)
- chore: update to std 0.222 and commons 0.8 (1265cde)
- chore: fix linting in examples (c8ac46a)
- chore: remove unused config file (f2df0ee)
- chore: add publish exclusions (d2057e)
- docs: fix typo in README (dd9cbda)

## Version 14.2.0

- chore: update codecov config (fcc7c96)
Expand Down
2 changes: 1 addition & 1 deletion deno.json
@@ -1,6 +1,6 @@
{
"name": "@oak/oak",
"version": "14.2.0",
"version": "15.0.0",
"exports": {
".": "./mod.ts",
"./application": "./application.ts",
Expand Down

0 comments on commit 8ead798

Please sign in to comment.