Skip to content

Commit

Permalink
Merge pull request #2 from azerion/version-0.3.0
Browse files Browse the repository at this point in the history
Version 0.3.0
  • Loading branch information
agoemans authored Sep 3, 2019
2 parents 22dc2ad + 8f8e9dd commit bcb28ec
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2017 a.bles <a.bles@orangegames.com>
Copyright 2017 a.bles <a.bles@azerion.com>

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:

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.

14 changes: 11 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]"
"email": "[email protected]"
},
{
"name": "Amy Goemans",
"email": "[email protected]"
},
{
"name": "Floris de Haan",
"email": "[email protected]"
}
],
"main": "dist/h5-ad-wrapper.umd.js",
Expand Down

0 comments on commit bcb28ec

Please sign in to comment.