From 08cd1cc23d61b426ab7a0b8ed9f7dcf9d325b809 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 18 Jan 2023 11:39:45 +0000 Subject: [PATCH] chore(release): 1.1.0 [skip ci] # [1.1.0](https://github.com/droidsolutions/asp-auth-claim-binder/compare/v1.0.0...v1.1.0) (2023-01-18) ### Features * add custom exceptions for model binding errors ([ea8f09b](https://github.com/droidsolutions/asp-auth-claim-binder/commit/ea8f09bafac3e211f7ac7deb997db78715c3c13e)) --- CHANGELOG.md | 7 +++++++ Directory.Build.props | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9630a03..b924802 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.1.0](https://github.com/droidsolutions/asp-auth-claim-binder/compare/v1.0.0...v1.1.0) (2023-01-18) + + +### Features + +* add custom exceptions for model binding errors ([ea8f09b](https://github.com/droidsolutions/asp-auth-claim-binder/commit/ea8f09bafac3e211f7ac7deb997db78715c3c13e)) + # 1.0.0 (2022-07-15) diff --git a/Directory.Build.props b/Directory.Build.props index 9370364..d6ff701 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -2,7 +2,7 @@ $(MSBuildThisFileDirectory)stylecop.ruleset - 1.0.0 + 1.1.0 Stefan Ißmer DroidSolutions GmbH Contains claim model binders for ASP.NET Core MVC. @@ -16,7 +16,7 @@ README.md https://github.com/droidsolutions/asp-auth-claim-binder/blob/main/CHANGELOG.md main - 3899a80b4d372b2e6c7f0c2004b8f05d962d2a6c + deae9149012f1efb03ca7ba25c10a0614c070c4a auth;claim;binder;modelbinder;model diff --git a/package-lock.json b/package-lock.json index e4444a6..c66dbd2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@droidsolutions-oss/asp-auth-claim-binder", - "version": "1.0.0", + "version": "1.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@droidsolutions-oss/asp-auth-claim-binder", - "version": "1.0.0", + "version": "1.1.0", "license": "MIT", "devDependencies": { "@commitlint/cli": "17.4.2", diff --git a/package.json b/package.json index 0fea763..296c31d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@droidsolutions-oss/asp-auth-claim-binder", - "version": "1.0.0", + "version": "1.1.0", "description": "Custom modelbinder for ASP.NET Core MVC to allow injecting claims into controller actions.", "main": "index.js", "directories": {