Skip to content

Commit

Permalink
fix(github): updating github references
Browse files Browse the repository at this point in the history
  • Loading branch information
roggervalf committed Apr 12, 2020
1 parent e9671f9 commit 974d818
Show file tree
Hide file tree
Showing 4 changed files with 536 additions and 537 deletions.
21 changes: 10 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,29 @@
## [3.0.3](https://github.com/Rogger794/iam-policies/compare/v3.0.2...v3.0.3) (2020-03-30)

## [3.0.3](https://github.com/roggervalf/iam-policies/compare/v3.0.2...v3.0.3) (2020-03-30)

### Bug Fixes

* **rollup:** deleting unused external-helpers plugin ([2b829de](https://github.com/Rogger794/iam-policies/commit/2b829de1baa2dc3aa774688654a0f8c9065d79c4))
- **rollup:** deleting unused external-helpers plugin ([2b829de](https://github.com/roggervalf/iam-policies/commit/2b829de1baa2dc3aa774688654a0f8c9065d79c4))

## [3.0.2](https://github.com/Rogger794/iam-policies/compare/v3.0.1...v3.0.2) (2020-03-20)
## [3.0.2](https://github.com/roggervalf/iam-policies/compare/v3.0.1...v3.0.2) (2020-03-20)

### Bug Fixes

- **getvaluefrompath:** return ConditionKey type values ([febbcb7](https://github.com/Rogger794/iam-policies/commit/febbcb7ae552ae29779899ab0b474218b1490f3f)), closes [#14](https://github.com/Rogger794/iam-policies/issues/14)
- **getvaluefrompath:** return ConditionKey type values ([febbcb7](https://github.com/roggervalf/iam-policies/commit/febbcb7ae552ae29779899ab0b474218b1490f3f)), closes [#14](https://github.com/roggervalf/iam-policies/issues/14)

## [3.0.1](https://github.com/Rogger794/iam-policies/compare/v3.0.0...v3.0.1) (2020-03-06)
## [3.0.1](https://github.com/roggervalf/iam-policies/compare/v3.0.0...v3.0.1) (2020-03-06)

### Bug Fixes

- **semantic-release:** trying semantic-release from travis ([91e0384](https://github.com/Rogger794/iam-policies/commit/91e0384e56af1b0bbaf8d031f2aa8a2158487f80))
- **semantic-release:** trying semantic-release from travis ([91e0384](https://github.com/roggervalf/iam-policies/commit/91e0384e56af1b0bbaf8d031f2aa8a2158487f80))

# 1.0.0 (2020-03-06)

### Bug Fixes

- exclude dist from ts compile ([9b6b754](https://github.com/Rogger794/iam-policies/commit/9b6b7545bae513100f52b76f8adb230990dbad80))
- nchange node version into travis and package ([4347bd2](https://github.com/Rogger794/iam-policies/commit/4347bd274ed774db84d18584e94b8184befebe0a))
- not rollup test files ([e153fbf](https://github.com/Rogger794/iam-policies/commit/e153fbf5d6d4325ed9ee3d3bd834877d574c2695))
- exclude dist from ts compile ([9b6b754](https://github.com/roggervalf/iam-policies/commit/9b6b7545bae513100f52b76f8adb230990dbad80))
- nchange node version into travis and package ([4347bd2](https://github.com/roggervalf/iam-policies/commit/4347bd274ed774db84d18584e94b8184befebe0a))
- not rollup test files ([e153fbf](https://github.com/roggervalf/iam-policies/commit/e153fbf5d6d4325ed9ee3d3bd834877d574c2695))

### Features

- **semantic-release:** add semantic-release package ([#12](https://github.com/Rogger794/iam-policies/issues/12)) ([28cf910](https://github.com/Rogger794/iam-policies/commit/28cf9102ca85db4f9dde7907ea3c0b1790e73600))
- **semantic-release:** add semantic-release package ([#12](https://github.com/roggervalf/iam-policies/issues/12)) ([28cf910](https://github.com/roggervalf/iam-policies/commit/28cf9102ca85db4f9dde7907ea3c0b1790e73600))
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -523,4 +523,4 @@ Fork the repo, make some changes, submit a pull-request! Here is the [contributi

## License

MIT © [Rogger794](https://github.com/Rogger794)
MIT © [roggervalf](https://github.com/roggervalf)
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"author": {
"name": "Rogger794",
"name": "roggervalf",
"email": "rogger.valverde@uni.pe"
},
"license": "MIT",
"repository": "Rogger794/iam-policies",
"repository": "roggervalf/iam-policies",
"description": "Identity based policies library",
"version": "3.0.3",
"keywords": [
Expand All @@ -16,9 +16,9 @@
],
"name": "iam-policies",
"bugs": {
"url": "https://github.com/Rogger794/iam-policies/issues"
"url": "https://github.com/roggervalf/iam-policies/issues"
},
"homepage": "https://github.com/Rogger794/iam-policies#readme",
"homepage": "https://github.com/roggervalf/iam-policies#readme",
"engines": {
"node": ">=10.18.1",
"npm": ">=6.13.4"
Expand Down

0 comments on commit 974d818

Please sign in to comment.