siren-parser 9.0.0 → 9.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -13
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -353,21 +353,11 @@ There are two helper `superagent` methods included with this module, under `./su
353
353
  npm test
354
354
  ```
355
355
 
356
- ## Releasing
356
+ ## Versioning and Releasing
357
357
 
358
- This repository uses the [semantic-release GitHub Action](https://github.com/BrightspaceUI/actions/tree/master/semantic-release) to create new versions. See [Triggering a Release](https://github.com/BrightspaceUI/actions/tree/master/semantic-release#triggering-a-release) for more information about automatically creating releases on merge.
358
+ This repo is configured to use `semantic-release`. Commits prefixed with `fix:` and `feat:` will trigger patch and minor releases when merged to `main`.
359
359
 
360
- ## Contributing
361
-
362
- 1. **Fork** the repository. Committing directly against this repository is highly discouraged.
363
-
364
- 2. Make your modifications in a branch, updating and writing new tests as necessary in the `test` directory.
365
-
366
- 3. Ensure that all tests pass with `npm test`
367
-
368
- 4. `rebase` your changes against master. *Do not merge*.
369
-
370
- 5. Submit a pull request to this repository. Wait for tests to run and someone to chime in.
360
+ To learn how to create major releases and release from maintenance branches, refer to the [semantic-release GitHub Action](https://github.com/BrightspaceUI/actions/tree/main/semantic-release) documentation.
371
361
 
372
362
  ## Code Style
373
363
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "siren-parser",
3
- "version": "9.0.0",
3
+ "version": "9.1.0",
4
4
  "main": "dist/index.js",
5
5
  "module": "src/index.js",
6
6
  "scripts": {
@@ -34,7 +34,7 @@
34
34
  "chai": "^4.3.0",
35
35
  "eslint": "^7.20.0",
36
36
  "eslint-config-brightspace": "^0.12.0",
37
- "mocha": "^8.3.0",
37
+ "mocha": "^10.1.0",
38
38
  "nock": "^13.0.7",
39
39
  "nyc": "^15.1.0",
40
40
  "sinon": "^9.2.4",