Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/cosmicjs/cosmic-sdk-js into…
Browse files Browse the repository at this point in the history
… tony/readme
  • Loading branch information
tonyspiro committed Dec 5, 2023
2 parents c57fadb + 6fa85ce commit 7b947dd
Show file tree
Hide file tree
Showing 15 changed files with 12,625 additions and 12,581 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ module.exports = {
semi: true,
},
],
'no-unused-vars': 'off',
'@typescript-eslint/no-unused-vars': ['error'],
'no-console': 0,
'import/no-cycle': 0,
'import/prefer-default-export': 0,
Expand Down
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# @cosmicjs/sdk

## 1.0.10

### Patch Changes

- 41cc4d9: Add support for more characters in query

## 1.0.9

### Patch Changes

- FIX: Includes type fixes and promise logic updates for catching errors correctly

## 1.0.8

### Patch Changes

- 70d40fa: Added contributing section in Readme

## 1.0.7

### Patch Changes

- 914eb19: Edit Readme links

## 1.0.6

### Patch Changes
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,14 @@ For additional help, you can use one of these channels to ask a question:

- [Contact us](https://www.cosmicjs.com/contact) for help with any service questions and custom plan inquiries.

## Contributing

This project uses [changeset](https://www.npmjs.com/package/@changesets/cli) to manage releases. Follow the following steps to add a changeset:

- Run `npm run changeset` command and select type of release with description of changes.
- When PR with changeset is merged into `main` branch, Github will create a new PR with correct version change and changelog edits.
- When `codeowner` merges the generated PR, it will publish the package and create a Github release.

## License

This project is published under the [MIT](https://github.com/cosmicjs/cosmic-sdk-js/blob/HEAD/LICENSE) license.
Loading

0 comments on commit 7b947dd

Please sign in to comment.