Skip to content

Commit

Permalink
Release packages
Browse files Browse the repository at this point in the history
  • Loading branch information
MangelMaxime committed Dec 20, 2023
1 parent 502c048 commit f5567dc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/IndexedDB/Browser.IndexedDB.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

<PropertyGroup>
<PackageId>Fable.Browser.IndexedDB</PackageId>
<Version>2.1.0</Version>
<PackageVersion>2.1.0</PackageVersion>
<Version>2.2.0</Version>
<PackageVersion>2.2.0</PackageVersion>
<TargetFramework>netstandard2.0</TargetFramework>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Tags>fable;fable-binding;fable-javascript</Tags>
Expand Down
10 changes: 7 additions & 3 deletions src/IndexedDB/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 2.2.0

* Add `IDBObjectStore.createIndex` overload that takes a `U2<string, ResizeArray<string>>` (by @MangelMaxime)

### 2.1.0

* Add `IDBObjectStore.createIndex` overload that takes a `ResizeArray<string>` (by @MangelMaxime)
Expand All @@ -7,15 +11,15 @@
* Change `IDBObjectStore.deleteIndex: unit -> IDBRequest` to `IDBObjectStore.deleteIndex: string -> IDBRequest` (by @kentcb)
* Change `DatabasesType.version` from `string` to `uint64` (by @kentcb)

### 2.0.0
### 2.0.0

* Align IndexedDB with current browser spec (by @robitar)

### 1.0.0
### 1.0.0

* Add `tags` to make binding displayed on Fable.Packages
* Stable release

### 1.0.0-beta-001

* First beta release
* First beta release

0 comments on commit f5567dc

Please sign in to comment.