Skip to content

Commit

Permalink
Bump version to 2.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mbonaci committed Jan 27, 2022
1 parent 613bb2f commit 31eebc7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ Given a version number MAJOR.MINOR.PATCH, increment the:

Read more at [semver.org](https://semver.org/).

## Run npm install

Run `npm install` to generate up to date output (and package-lock.json with the latest version)

## Tag the release

Now that you have created the version bump commit, tag it with the release name. For example:
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sematable",
"version": "2.11.2",
"version": "2.11.3",
"description": "Client side sorting, pagination, and text filter for redux/react based apps",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 31eebc7

Please sign in to comment.