Skip to content

Commit

Permalink
Merge pull request #219 from mcastany/fix-version
Browse files Browse the repository at this point in the history
Update changelog
  • Loading branch information
Marcos Castany authored Mar 30, 2020
2 parents 88d3db9 + 166f52f commit 11f5c2c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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).

## [4.1.1] - 2020-03-27
## [4.2] - 2020-03-27

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "auth0-delegated-admin",
"version": "4.1.1",
"version": "4.2.0",
"description": "This extension allows non-dashboard administrators to manage (a subset of) users.",
"engines": {
"node": ">8.9"
Expand Down
2 changes: 1 addition & 1 deletion webtask.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"title": "Delegated Administration Dashboard",
"name": "auth0-delegated-admin",
"version": "4.1.1",
"version": "4.2.0",
"author": "auth0",
"useHashName": false,
"description": "This extension allows non-dashboard administrators to manage (a subset of) users.",
Expand Down

0 comments on commit 11f5c2c

Please sign in to comment.