@zwerm/bot-configs-schema
Advanced tools
Comparing version 2.0.1 to 2.1.0
@@ -120,2 +120,3 @@ { | ||
"us-east-1", | ||
"us-west-2", | ||
"eu-west-1" | ||
@@ -122,0 +123,0 @@ ] |
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) | ||
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). | ||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
## [Unreleased] | ||
*No upcoming unreleased version.* | ||
## [2.1.0] - 2018-07-17 | ||
### Added | ||
- `us-west-2` is now a valid Amazon Lex regions. | ||
## [2.0.1] - 2018-06-20 | ||
Bug fix release for the php class trying to include the schema from the wrong path. | ||
### Changed | ||
- Use php constants to for schema file path. | ||
## [2.0.1] - 2018-06-20 | ||
Maintenance version to fix php path. | ||
@@ -13,0 +24,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"homepage": "https://github.com/zwerm/bot-configs-schema#readme", | ||
"time": "2018-06-20", | ||
"time": "2018-07-17", | ||
"license": "MIT", | ||
@@ -20,6 +20,8 @@ "authors": [ | ||
"autoload": { | ||
"classmap": [ "Schema.php" ] | ||
"classmap": [ | ||
"Schema.php" | ||
] | ||
}, | ||
"require": { }, | ||
"require": {}, | ||
"abandoned": false | ||
} | ||
} |
{ | ||
"name": "@zwerm/bot-configs-schema", | ||
"version": "2.0.1", | ||
"version": "2.1.0", | ||
"description": "Zwerm schema for bot configurations", | ||
@@ -10,3 +10,3 @@ "homepage": "https://github.com/zwerm/bot-configs-schema#readme", | ||
"type": "git", | ||
"url": "ssh://git@github.com:zwerm/bot-configs-schema.git" | ||
"url": "https://github.com/zwerm/bot-configs-schema.git" | ||
}, | ||
@@ -13,0 +13,0 @@ "scripts": { |
@@ -15,5 +15,2 @@ # Zwerm Bot Configuration Schema | ||
# or better use yarn | ||
yarn | ||
``` | ||
@@ -26,3 +23,3 @@ | ||
``` | ||
npm publish | ||
npm publish --access public | ||
``` | ||
@@ -32,4 +29,10 @@ | ||
We use [SemVer](http://semver.org/) for versioning. | ||
We follow [SemVer](http://semver.org/) for versioning. | ||
When making a Pull Request, add your changes to the *Unreleased* section of [CHANGELOG](https://github.com/zwerm/bot-configs-schema/blob/master/CHANGELOG.md). | ||
To release a new version, run the `npm version` command on `master`, it will take care of everything for you. | ||
`npm version [major | minor | patch]` | ||
## Development | ||
@@ -36,0 +39,0 @@ |
@@ -14,3 +14,2 @@ const /** @type {module:fs} */ fs = require('fs'); | ||
const propertiesToSync = [ | ||
'version', | ||
'description', | ||
@@ -17,0 +16,0 @@ 'license', |
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
45816
1095
40