mailgun.js
Advanced tools
Comparing version 9.1.1 to 9.1.2
@@ -5,2 +5,15 @@ # Changelog | ||
### [9.1.2](https://github.com/mailgun/mailgun.js/compare/v9.1.1...v9.1.2) (2023-06-30) | ||
### Bug Fixes | ||
* Added priority? to DNSRecord type ([65a9d02](https://github.com/mailgun/mailgun.js/commits/65a9d02e81dc2c78a64095c073ab69530081577d)) | ||
* Dependencies update ([60478d0](https://github.com/mailgun/mailgun.js/commits/60478d0b5075defaf032ac91dd6e21ea9dba3b1b)) | ||
### Other changes | ||
* Update build ([bdc3dc5](https://github.com/mailgun/mailgun.js/commits/bdc3dc5afe7cca544e02238aa31d5e07e10ad5d8)) | ||
### [9.1.1](https://github.com/mailgun/mailgun.js/compare/v9.1.0...v9.1.1) (2023-06-23) | ||
@@ -7,0 +20,0 @@ |
@@ -17,2 +17,2 @@ /*! | ||
/*! mailgun.js v9.1.0 */ | ||
/*! mailgun.js v9.1.1 */ |
/*! https://mths.be/base64 v1.0.0 by @mathias | MIT license */ | ||
/*! mailgun.js v9.1.0 */ | ||
/*! mailgun.js v9.1.1 */ |
{ | ||
"name": "mailgun.js", | ||
"version": "9.1.1", | ||
"version": "9.1.2", | ||
"main": "./mailgun.node.js", | ||
@@ -5,0 +5,0 @@ "browser": "./mailgun.web.js", |
@@ -46,2 +46,3 @@ export type DomainsQuery = { | ||
value: string; | ||
priority?: string; | ||
} | ||
@@ -48,0 +49,0 @@ export type DomainResponseData = { |
@@ -1,1 +0,1 @@ | ||
9.1.1 | ||
9.1.2 |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1566496
3911