Skip to content

Commit

Permalink
prepare for release v1.1.0 by updating the version
Browse files Browse the repository at this point in the history
Normally, this will happen in master.  This will merge into prod branch and be backported to master.

Used `npm version 1.1.0` to generate.  ([documentation](https://docs.npmjs.com/cli/v8/commands/npm-version)]
  • Loading branch information
elrayle committed Feb 12, 2024
1 parent f8a8fa2 commit f6e969d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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": "service",
"version": "0.1.1",
"version": "1.1.0",
"description": "Service side of clearlydefined.io.",
"scripts": {
"test": "nyc mocha --exit \"test/**/*.js\" && eslint .",
Expand Down

0 comments on commit f6e969d

Please sign in to comment.