Skip to content

Commit

Permalink
Release (#8)
Browse files Browse the repository at this point in the history
* changelog and version update

* org prefix in plugin name

* readme update

* npm ignore

* npm ignore update

* update changelog

* updated version
  • Loading branch information
jdevcs authored Jan 17, 2024
1 parent 379d6c2 commit 970a24c
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 3 deletions.
27 changes: 27 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
.babelrc
.eslintignore
.eslintrc.json
.eslintrc.js
.gitignore
.lintstagedrc.json
.nycrc
.prettierrc.json
.prettierignore
cypress.json
index.html
Jenkinsfile*
*.log
cypress.config.js

.nyc_output/
coverage/
benchmark/
.coverage/
cypress/
fixtures/
tmp/
logs/
test/
scripts/
browsertest/
examples/
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 1.0.0 (2024-01-02)
## 0.1.0


### Features
Expand All @@ -20,3 +20,9 @@
* github action trigger config ([#3](https://github.com/web3/web3.js-plugin-eip4337/issues/3)) ([ef7b962](https://github.com/web3/web3.js-plugin-eip4337/commit/ef7b9621b6f7afac7a1e986037a3d00f9f0858c9))
* update lock file ([b62150d](https://github.com/web3/web3.js-plugin-eip4337/commit/b62150df9ed1f45c60d0fc6568a39f8191681b8c))
* use web3-validator ([d450e29](https://github.com/web3/web3.js-plugin-eip4337/commit/d450e2929e7193a52678c1488c2cd4bfee235c64))

## 0.1.1

### Fixed

* Updated build by filtering unnecessary files and added required util
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@

Web3.js EIP4337 is a [web3.js](https://github.com/web3/web3.js) `4.x` plugin for Account Abstraction functionality.

## Prerequisites

- :gear: [NodeJS](https://nodejs.org/) (LTS/Fermium)
- :toolbox: [Yarn](https://yarnpkg.com/)

## Installation and usage

```bash
yarn add @chainsafe/web3-plugin-eip4337
```


```ts
import { Web3 } from 'web3';
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web3-plugin-eip4337",
"version": "1.0.0",
"name": "@chainsafe/web3-plugin-eip4337",
"version": "0.1.1",
"description": "web3-plugin-eip4337 plugin",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 970a24c

Please sign in to comment.