Skip to content

Commit

Permalink
chore(release): 1.2.10 [skip ci]
Browse files Browse the repository at this point in the history
## [1.2.10](v1.2.9...v1.2.10) (2022-05-16)

### Bug Fixes

* remove stub types lru cahce ([f45e2a3](f45e2a3))
* update dependencies versions ([910e369](910e369))
  • Loading branch information
semantic-release-bot committed May 16, 2022
1 parent f45e2a3 commit 61b8946
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kafka-confluent-avro",
"version": "1.2.9",
"version": "1.2.10",
"main": "lib/index.js",
"author": "Konstanin Knyazev <[email protected]>",
"description": "Kafka Confluent Schema Registry with only avro serializer. Only can operate with previously created schemas",
Expand Down Expand Up @@ -49,4 +49,4 @@
"test": "jest --runInBand --coverage",
"test:watch": "jest --runInBand --watch"
}
}
}

0 comments on commit 61b8946

Please sign in to comment.