Skip to content

Commit

Permalink
v1.1.0 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael J. Currie committed Sep 30, 2019
1 parent f536155 commit a8a6007
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# v1.0 Release! 🎉
# v1.1.0

## Breaking Changes
* Bump `Microsoft.AspNetCore.Components` to `3.0.0`
* Bump `Microsoft.AspNetCore.Components.Web` to `3.0.0`
## Enhancements

* New `IsSupportedAsync()` function for detecting browser support.
* New browser compatibility table in the [README](README.md).
2 changes: 1 addition & 1 deletion CurrieTechnologies.Razor.Clipboard.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<RepositoryType>git</RepositoryType>
<PackageTags>Blazor Clipboard JSInterop Razor</PackageTags>
<PackageReleaseNotes>
Target .NET Core 3.0.100
Add IsSupportedAsync()
</PackageReleaseNotes>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "currietechnologies-razorclipboard",
"version": "1.0.0",
"version": "1.1.0",
"description": "A Razor Class Library for interacting with the browser clipboard",
"scripts": {
"build": "SET NODE_ENV=production && webpack -p --color",
Expand Down

0 comments on commit a8a6007

Please sign in to comment.