Skip to content

Commit

Permalink
v1.3.1 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Currie authored and Michael Currie committed Jul 31, 2020
1 parent 42043b3 commit 7aa824b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# v1.3.0
# v1.3.1

- Add support for Safari 13.1+
- Add support for mobile versions of all supported desktop browsers
- bump `Microsoft.AspNetCore.Components` to `3.1.6`
- bump `Microsoft.AspNetCore.Components.Web` to `3.1.6`
4 changes: 2 additions & 2 deletions CurrieTechnologies.Razor.Clipboard.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
<RepositoryType>git</RepositoryType>
<PackageTags>Blazor Clipboard JSInterop Razor</PackageTags>
<PackageReleaseNotes>
Add support for Safari 13.1+
Add support for mobile versions of all supported desktop browsers
bump Microsoft.AspNetCore.Components to 3.1.6
bump Microsoft.AspNetCore.Components.Web to 3.1.6
</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.3.0",
"version": "1.3.1",
"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 7aa824b

Please sign in to comment.