Skip to content

Commit

Permalink
Increment @inertiajs/inertia to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiodekker committed Jan 7, 2022
1 parent 7997e68 commit 713c38c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions packages/inertia/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased](https://github.com/inertiajs/inertia/compare/[email protected])
## [Unreleased](https://github.com/inertiajs/inertia/compare/[email protected])

## [0.11.0](https://github.com/inertiajs/inertia/compare/[email protected]@0.11.0) - 2022-01-07

### Added

Expand All @@ -16,7 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed

- We now keep a changelog here on GitHub :tada: For earlier releases, please see [the releases page of inertiajs.com](https://inertiajs.com/releases?all=true#inertia).
- Types: Use a ProgressEvent instead of a generic object ([#877](https://github.com/inertiajs/inertia/pull/877)
- Types: Use a ProgressEvent instead of a generic object ([#877](https://github.com/inertiajs/inertia/pull/877))

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion packages/inertia/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inertiajs/inertia",
"version": "0.10.1",
"version": "0.11.0",
"license": "MIT",
"description": "A framework for creating server-driven single page apps.",
"contributors": [
Expand Down

0 comments on commit 713c38c

Please sign in to comment.