Skip to content

Commit

Permalink
Version Packages (#13212)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Dec 21, 2024
1 parent ed4d53e commit 141b0f9
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/smooth-weeks-rhyme.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thirty-wasps-itch.md

This file was deleted.

12 changes: 12 additions & 0 deletions packages/kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @sveltejs/kit

## 2.14.0
### Minor Changes


- feat: add hash-based routing option ([#13191](https://github.com/sveltejs/kit/pull/13191))


### Patch Changes


- fix: create new URL when calling `goto(...)`, to handle case where URL is mutated ([#13196](https://github.com/sveltejs/kit/pull/13196))

## 2.13.0
### Minor Changes

Expand Down
2 changes: 1 addition & 1 deletion packages/kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sveltejs/kit",
"version": "2.13.0",
"version": "2.14.0",
"description": "SvelteKit is the fastest way to build Svelte apps",
"keywords": [
"framework",
Expand Down
2 changes: 1 addition & 1 deletion packages/kit/src/version.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// generated during release, do not modify

/** @type {string} */
export const VERSION = '2.13.0';
export const VERSION = '2.14.0';

0 comments on commit 141b0f9

Please sign in to comment.