diff --git a/LICENSE b/LICENSE index 2f143ec..a2d6ca6 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2015-2023, Wanadev +Copyright (c) 2015-2024, Wanadev All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/README.md b/README.md index f719bbe..9673266 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,11 @@ To generate browser version of the lib (files in the `dist/` folder), run: * Nothing yet ;) +* **v2.1.2:** + + * feat: Improved TypeScript type definition for Abitbol classes (@Pduhard, #44) + * misc: Updated dev dependencies (@dependabot) + * **v2.1.1:** * Updated dev dependencies (@jbghoul, #34) diff --git a/package.json b/package.json index 9732ea1..09ff956 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "abitbol", - "version": "2.1.1", + "version": "2.1.2", "description": "The classiest javascript class library of the world", "homepage": "https://wanadev.github.io/abitbol/", "main": "src/abitbol.js",