diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..2912702 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +# Changelog +All notable changes to this project will be documented in this file. + +## [0.3.0] - 2019-09-19 +This version will bring a basic implementation of the ironsource ad mediation with cordova. +### Added +- Ironsource cordova ad provider diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 3040994..a71f7ed 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -34,7 +34,7 @@ This Code of Conduct applies both within project spaces and in public spaces whe ## Enforcement -Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at fabrique@orangegames.com. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately. +Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at fabrique@azerion.com. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately. Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3ab6335..60f678f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -51,5 +51,5 @@ That is fine too. While Pull Requests are the best thing in the world for us, th - Follow conventions already in the code, and listen to tslint. Our config is set-up for a reason. -[0]: https://github.com/orange-games/h5-ad-wrapper/issues +[0]: https://github.com/azerion/h5-ad-wrapper/issues [3]: http://nodejs.org diff --git a/LICENSE b/LICENSE index fabb8b0..5e3074c 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright 2017 a.bles +Copyright 2017 a.bles Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/package-lock.json b/package-lock.json index 963ac5f..c8e2b65 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@azerion/h5-ad-wrapper", - "version": "0.2.3", + "version": "0.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0c01b8a..115ba29 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,20 @@ { "name": "@azerion/h5-ad-wrapper", - "author": "OrangeGames", - "version": "0.2.3", + "author": "Azerion", + "version": "0.3.0", "description": "Advertisement provider wrapper, similar to @azerion/phaser-ads but not tied into Phaser :)", "contributors": [ { "name": "Ale Bles", - "email": "a.bles@orangegames.com" + "email": "a.bles@azerion.com" + }, + { + "name": "Amy Goemans", + "email": "a.goemans@azerion.com" + }, + { + "name": "Floris de Haan", + "email": "f.dehaan@azerion.com" } ], "main": "dist/h5-ad-wrapper.umd.js",