Skip to content

Commit

Permalink
chore: release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
evva-bee-bot committed Oct 28, 2024
1 parent 6411ecc commit 37b0e36
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 3 deletions.
42 changes: 42 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,51 @@


## [3.0.0](https://github.com/evva-sfw/abrevva-capacitor/compare/2.0.1...3.0.0) (2024-10-28)


### ⚠ BREAKING CHANGES

* rename package to @evva/ instead of @evva-sfw/

### 📝 Documentation

* add changelog file ([6893c23](https://github.com/evva-sfw/abrevva-capacitor/commit/6893c23161da3f6919514e52cecf4574811db79b))
* fix changelog headings ([2570436](https://github.com/evva-sfw/abrevva-capacitor/commit/2570436b11a27de2f3879fafc84777614005e53e))


### ⚙️ Build System

* add github web test job ([cb12c0c](https://github.com/evva-sfw/abrevva-capacitor/commit/cb12c0ce0d72f79211e8cde74be560bd365d6ae5))
* **deps:** bump cookie, engine.io and express in /test-app ([6da3c60](https://github.com/evva-sfw/abrevva-capacitor/commit/6da3c6074c8500f7dff01e43bd6f42c1f0a1a107))


### 🚀 Continuous Integration

* add chore to release-it config ([de19840](https://github.com/evva-sfw/abrevva-capacitor/commit/de1984093a7ff8416ccbe5166163a8d740885810))


### 🧹 Chore

* bump deps ([36d4999](https://github.com/evva-sfw/abrevva-capacitor/commit/36d499981f077f54be8f4aac3ca32fbe735ed25f))
* rename package to @evva/ instead of @evva-sfw/ ([b47910c](https://github.com/evva-sfw/abrevva-capacitor/commit/b47910cb952823a8039908f5cc3608c5f45f9b0f))
* unify project title in readme ([899d4c8](https://github.com/evva-sfw/abrevva-capacitor/commit/899d4c8492ca09292aa01a068dd68d8eece8fac6))
* update .editorconfig ([b634336](https://github.com/evva-sfw/abrevva-capacitor/commit/b63433654f7caec719582fc3bbd19d902bbc9a37))
* update deps and fix jest tests ([3d7d364](https://github.com/evva-sfw/abrevva-capacitor/commit/3d7d36441be0804928318730c0ead692b80b7ac1))

### Changelog

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [3.0.0](https://github.com/evva-sfw/abrevva-capacitor/compare/2.0.1...3.0.0)

- build: enable job for web plugin tests [`#22`](https://github.com/evva-sfw/abrevva-capacitor/pull/22)
- chore!: rename package to @evva/ instead of @evva-sfw/ [`#21`](https://github.com/evva-sfw/abrevva-capacitor/pull/21)
- build(deps): bump cookie, engine.io and express in /test-app [`#20`](https://github.com/evva-sfw/abrevva-capacitor/pull/20)
- chore: unify project title in readme [`#19`](https://github.com/evva-sfw/abrevva-capacitor/pull/19)
- docs: add changelog file [`#17`](https://github.com/evva-sfw/abrevva-capacitor/pull/17)

#### [2.0.1](https://github.com/evva-sfw/abrevva-capacitor/compare/2.0.0...2.0.1)

> 27 September 2024
Expand Down
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": "@evva/abrevva-capacitor",
"version": "2.0.1",
"version": "3.0.0",
"type": "module",
"description": "Collection of tools to work with electronic EVVA access components.",
"main": "dist/plugin.cjs.js",
Expand Down

0 comments on commit 37b0e36

Please sign in to comment.