Skip to content

Commit

Permalink
5.2.0 release (#483)
Browse files Browse the repository at this point in the history
* Get ready for 5.2.0 release

* v5.3.0

* Update our docs on doing releases to something I could actually get working

The instructions with yeoman just errored out for me

* Undo commit something made automatically when I was testing
  • Loading branch information
ExplodingCabbage authored Feb 12, 2024
1 parent a2f726a commit 370a9df
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
9 changes: 3 additions & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,11 @@ If you notice any problems, please report them to the GitHub issue tracker at

## Releasing

jsdiff utilizes the [release yeoman generator][generator-release] to perform most release tasks.

A full release may be completed with the following:

```
yo release
yarn clean
yarn grunt
yarn grunt uglify
yarn publish
```

[generator-release]: https://github.com/walmartlabs/generator-release
[pull-request]: https://github.com/kpdecker/jsdiff/pull/new/master
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "diff",
"version": "5.1.0",
"version": "5.2.0",
"description": "A JavaScript text diff implementation.",
"keywords": [
"diff",
Expand Down Expand Up @@ -52,10 +52,10 @@
"@babel/plugin-transform-modules-commonjs": "^7.2.0",
"@babel/preset-env": "^7.2.3",
"@babel/register": "^7.0.0",
"@colors/colors": "^1.3.3",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.5",
"chai": "^4.2.0",
"@colors/colors": "^1.3.3",
"eslint": "^5.12.0",
"grunt": "^1.0.3",
"grunt-babel": "^8.0.0",
Expand Down
2 changes: 1 addition & 1 deletion release-notes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release Notes

## Development
## v5.2.0

[Commits](https://github.com/kpdecker/jsdiff/compare/v5.1.0...master)

Expand Down

0 comments on commit 370a9df

Please sign in to comment.