Skip to content

Commit

Permalink
chore(release): 1.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.1](v1.0.0...v1.0.1) (2021-12-08)

### Bug Fixes

* package is org-scoped, but public, allow npm publish ([cd8fbb1](cd8fbb1))
  • Loading branch information
semantic-release-bot committed Dec 8, 2021
1 parent cd8fbb1 commit eb7dcbb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.0.1](https://github.com/invertase/react-native-google-ads/compare/v1.0.0...v1.0.1) (2021-12-08)


### Bug Fixes

* package is org-scoped, but public, allow npm publish ([cd8fbb1](https://github.com/invertase/react-native-google-ads/commit/cd8fbb1f054a4df21e7b8c5fa8e0b4210dd1241d))

# 1.0.0 (2021-12-08)

# Change Log
Expand Down Expand Up @@ -33,4 +40,3 @@ Therefore keep in mind to test everything thoroughly as it's the first release.

* example test in new test harness works ([2041fa2](https://github.com/invertase/react-native-google-ads/commit/2041fa24119f29c6714c486439e2ab03eb995818))
* **native:** native code extraction is complete and passes static type check ([02c2af6](https://github.com/invertase/react-native-google-ads/commit/02c2af65ddd947770cf77456c705e0b62e6c7124))

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@invertase/react-native-google-ads",
"version": "1.0.0",
"version": "1.0.1",
"author": "Invertase <[email protected]> (http://invertase.io)",
"description": "React Native Google Ads is an easy way to monetize mobile apps with targeted, in-app advertising.",
"main": "lib/index.js",
Expand Down

0 comments on commit eb7dcbb

Please sign in to comment.